Home
last modified time | relevance | path

Searched refs:sansSerifFontFamily (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.h79 virtual void UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) = 0;
H A Dweb_model.h118 virtual void SetWebSansSerifFont(const std::string& sansSerifFontFamily) {}; in SetWebSansSerifFont() argument
H A Dweb_model_ng.h125 void SetWebSansSerifFont(const std::string& sansSerifFontFamily) override;
H A Dweb_model_ng.cpp738 void WebModelNG::SetWebSansSerifFont(const std::string& sansSerifFontFamily) in SetWebSansSerifFont() argument
742 webPattern->UpdateWebSansSerifFont(sansSerifFontFamily); in SetWebSansSerifFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h112 static void WebSansSerifFont(const std::string& sansSerifFontFamily);
H A Djs_web.cpp4029 void JSWeb::WebSansSerifFont(const std::string& sansSerifFontFamily) in WebSansSerifFont() argument
4031 WebModel::GetInstance()->SetWebSansSerifFont(sansSerifFontFamily); in WebSansSerifFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h392 void UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) override;
H A Dweb_delegate_cross.cpp1615 void WebDelegateCross::UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) in UpdateWebSansSerifFont() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h719 void UpdateWebSansSerifFont(const std::string& sansSerifFontFamily);
H A Dweb_delegate.cpp3576 void WebDelegate::UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) in UpdateWebSansSerifFont() argument
3583 [weak = WeakClaim(this), sansSerifFontFamily]() { in UpdateWebSansSerifFont()
3588 setting->PutSansSerifFontFamilyName(sansSerifFontFamily); in UpdateWebSansSerifFont()