Home
last modified time | relevance | path

Searched refs:webPaintProperty_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h143 if (webPaintProperty_) { in SetWebSrc()
144 webPaintProperty_->SetWebPaintData(webSrc); in SetWebSrc()
169 if (webPaintProperty_) { in SetWebData()
170 webPaintProperty_->SetWebPaintData(webData); in SetWebData()
293 if (!webPaintProperty_) { in CreatePaintProperty()
294 webPaintProperty_ = MakeRefPtr<WebPaintProperty>(); in CreatePaintProperty()
295 if (!webPaintProperty_) { in CreatePaintProperty()
298 return webPaintProperty_; in CreatePaintProperty()
629 RefPtr<WebPaintProperty> webPaintProperty_ = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h214 if (webPaintProperty_) { in SetWebSrc()
215 webPaintProperty_->SetWebPaintData(webSrc); in SetWebSrc()
240 if (webPaintProperty_) { in SetWebData()
241 webPaintProperty_->SetWebPaintData(webData); in SetWebData()
383 if (!webPaintProperty_) { in CreatePaintProperty()
384 webPaintProperty_ = MakeRefPtr<WebPaintProperty>(); in CreatePaintProperty()
385 if (!webPaintProperty_) { in CreatePaintProperty()
388 return webPaintProperty_; in CreatePaintProperty()
1048 RefPtr<WebPaintProperty> webPaintProperty_ = nullptr; variable