Home
last modified time | relevance | path

Searched refs:UpdateWebStandardFont (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h81 virtual void UpdateWebStandardFont(const std::string& standardFontFamily) = 0;
H A Dweb_model_ng.cpp756 webPattern->UpdateWebStandardFont(standardFontFamily); in SetWebStandardFont()
H A Dweb_pattern.cpp2555 delegate_->UpdateWebStandardFont(value); in OnWebStandardFontUpdate()
2925 delegate_->UpdateWebStandardFont(GetWebStandardFontValue(DEFAULT_STANDARD_FONT_FAMILY)); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp677 delegate_->UpdateWebStandardFont(value); in OnWebStandardFontUpdate()
861 delegate_->UpdateWebStandardFont(GetWebStandardFontValue(DEFAULT_STANDARD_FONT_FAMILY)); in OnModifyDone()
H A Dweb_delegate_cross.h394 void UpdateWebStandardFont(const std::string& standardFontFamily) override;
H A Dweb_delegate_cross.cpp1621 void WebDelegateCross::UpdateWebStandardFont(const std::string& standardFontFamily) in UpdateWebStandardFont() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h721 void UpdateWebStandardFont(const std::string& standardFontFamily);
H A Dweb_delegate.cpp3614 void WebDelegate::UpdateWebStandardFont(const std::string& standardFontFamily) in UpdateWebStandardFont() function in OHOS::Ace::WebDelegate