Home
last modified time | relevance | path

Searched defs:fixedFontFamily (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h116 virtual void SetWebFantasyFont(const std::string& fixedFontFamily) {}; in SetWebFantasyFont()
117 virtual void SetWebFixedFont(const std::string& fixedFontFamily) {}; in SetWebFixedFont()
H A Dweb_model_ng.cpp731 void WebModelNG::SetWebFixedFont(const std::string& fixedFontFamily) in SetWebFixedFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1612 void WebDelegateCross::UpdateWebFixedFont(const std::string& fixedFontFamily) in UpdateWebFixedFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4024 void JSWeb::WebFixedFont(const std::string& fixedFontFamily) in WebFixedFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3557 void WebDelegate::UpdateWebFixedFont(const std::string& fixedFontFamily) in UpdateWebFixedFont()