Home
last modified time | relevance | path

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

/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.h126 void SetWebStandardFont(const std::string& standardFontFamily) override;
H A Dweb_model_ng.cpp744 void WebModelNG::SetWebStandardFont(const std::string& standardFontFamily) in SetWebStandardFont() argument
748 webPattern->UpdateWebStandardFont(standardFontFamily); in SetWebStandardFont()
/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.cpp4165 void JSWeb::WebStandardFont(const std::string& standardFontFamily) in WebStandardFont() argument
4167 WebModel::GetInstance()->SetWebStandardFont(standardFontFamily); in WebStandardFont()
/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
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp652 void WebDelegate::UpdateWebStandardFont(const std::string& standardFontFamily) {} in UpdateWebStandardFont() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h767 void UpdateWebStandardFont(const std::string& standardFontFamily);
H A Dweb_delegate.cpp3601 void WebDelegate::UpdateWebStandardFont(const std::string& standardFontFamily) in UpdateWebStandardFont() argument
3608 [weak = WeakClaim(this), standardFontFamily]() { in UpdateWebStandardFont()
3613 setting->PutStandardFontFamilyName(standardFontFamily); in UpdateWebStandardFont()

Completed in 34 milliseconds