Home
last modified time | relevance | path

Searched refs:sansSerifFontFamily (Results 1 - 11 of 11) sorted by relevance

/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.h124 void SetWebSansSerifFont(const std::string& sansSerifFontFamily) override;
H A Dweb_model_ng.cpp730 void WebModelNG::SetWebSansSerifFont(const std::string& sansSerifFontFamily) in SetWebSansSerifFont() argument
734 webPattern->UpdateWebSansSerifFont(sansSerifFontFamily); in SetWebSansSerifFont()
/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.cpp4155 void JSWeb::WebSansSerifFont(const std::string& sansSerifFontFamily) in WebSansSerifFont() argument
4157 WebModel::GetInstance()->SetWebSansSerifFont(sansSerifFontFamily); in WebSansSerifFont()
/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
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp650 void WebDelegate::UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) {} in UpdateWebSansSerifFont() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h765 void UpdateWebSansSerifFont(const std::string& sansSerifFontFamily);
H A Dweb_delegate.cpp3563 void WebDelegate::UpdateWebSansSerifFont(const std::string& sansSerifFontFamily) in UpdateWebSansSerifFont() argument
3570 [weak = WeakClaim(this), sansSerifFontFamily]() { in UpdateWebSansSerifFont()
3575 setting->PutSansSerifFontFamilyName(sansSerifFontFamily); in UpdateWebSansSerifFont()

Completed in 35 milliseconds