Home
last modified time | relevance | path

Searched refs:LoadDataWithRichText (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drosen_render_web.cpp73 if (!delegate_->LoadDataWithRichText()) { in Paint()
H A Drender_web.cpp404 if (!delegate_->LoadDataWithRichText()) { in OnSizeChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h111 virtual bool LoadDataWithRichText() = 0;
H A Dweb_pattern.cpp2162 delegate_->LoadDataWithRichText(); in OnDirtyLayoutWrapperSwap()
2301 delegate_->LoadDataWithRichText(); in OnWebDataUpdate()
3059 delegate_->LoadDataWithRichText(); in InitInOfflineMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp430 delegate_->LoadDataWithRichText(); in OnDirtyLayoutWrapperSwap()
459 delegate_->LoadDataWithRichText(); in OnWebDataUpdate()
H A Dweb_delegate_cross.h406 bool LoadDataWithRichText() override;
H A Dweb_delegate_cross.cpp1672 bool WebDelegateCross::LoadDataWithRichText() in LoadDataWithRichText() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h856 bool LoadDataWithRichText();
H A Dweb_delegate.cpp1108 bool WebDelegate::LoadDataWithRichText() in LoadDataWithRichText() function in OHOS::Ace::WebDelegate