Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h80 virtual void UpdateWebSerifFont(const std::string& serifFontFamily) = 0;
H A Dweb_model.h119 virtual void SetWebSerifFont(const std::string& serifFontFamily) {}; in SetWebSerifFont() argument
H A Dweb_model_ng.h125 void SetWebSerifFont(const std::string& serifFontFamily) override;
H A Dweb_model_ng.cpp737 void WebModelNG::SetWebSerifFont(const std::string& serifFontFamily) in SetWebSerifFont() argument
741 webPattern->UpdateWebSerifFont(serifFontFamily); in SetWebSerifFont()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h113 static void WebSerifFont(const std::string& serifFontFamily);
H A Djs_web.cpp4160 void JSWeb::WebSerifFont(const std::string& serifFontFamily) in WebSerifFont() argument
4162 WebModel::GetInstance()->SetWebSerifFont(serifFontFamily); in WebSerifFont()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h393 void UpdateWebSerifFont(const std::string& serifFontFamily) override;
H A Dweb_delegate_cross.cpp1618 void WebDelegateCross::UpdateWebSerifFont(const std::string& serifFontFamily) in UpdateWebSerifFont() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp651 void WebDelegate::UpdateWebSerifFont(const std::string& serifFontFamily) {} in UpdateWebSerifFont() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h766 void UpdateWebSerifFont(const std::string& serifFontFamily);
H A Dweb_delegate.cpp3582 void WebDelegate::UpdateWebSerifFont(const std::string& serifFontFamily) in UpdateWebSerifFont() argument
3589 [weak = WeakClaim(this), serifFontFamily]() { in UpdateWebSerifFont()
3594 setting->PutSerifFontFamilyName(serifFontFamily); in UpdateWebSerifFont()

Completed in 36 milliseconds