Home
last modified time | relevance | path

Searched refs:standardFontFamily (Results 1 – 10 of 10) 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.h120 virtual void SetWebStandardFont(const std::string& standardFontFamily) {}; in SetWebStandardFont() argument
H A Dweb_model_ng.h127 void SetWebStandardFont(const std::string& standardFontFamily) override;
H A Dweb_model_ng.cpp752 void WebModelNG::SetWebStandardFont(const std::string& standardFontFamily) in SetWebStandardFont() argument
756 webPattern->UpdateWebStandardFont(standardFontFamily); in SetWebStandardFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h114 static void WebStandardFont(const std::string& standardFontFamily);
H A Djs_web.cpp4039 void JSWeb::WebStandardFont(const std::string& standardFontFamily) in WebStandardFont() argument
4041 WebModel::GetInstance()->SetWebStandardFont(standardFontFamily); in WebStandardFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
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() argument
/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() argument
3621 [weak = WeakClaim(this), standardFontFamily]() { in UpdateWebStandardFont()
3626 setting->PutStandardFontFamilyName(standardFontFamily); in UpdateWebStandardFont()