Home
last modified time | relevance | path

Searched refs:fantasyFontFamily (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h77 virtual void UpdateWebFantasyFont(const std::string& fantasyFontFamily) = 0;
H A Dweb_model_ng.cpp724 void WebModelNG::SetWebFantasyFont(const std::string& fantasyFontFamily) in SetWebFantasyFont() argument
728 webPattern->UpdateWebFantasyFont(fantasyFontFamily); in SetWebFantasyFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h110 static void WebFantasyFont(const std::string& fantasyFontFamily);
H A Djs_web.cpp4019 void JSWeb::WebFantasyFont(const std::string& fantasyFontFamily) in WebFantasyFont() argument
4021 WebModel::GetInstance()->SetWebFantasyFont(fantasyFontFamily); in WebFantasyFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h390 void UpdateWebFantasyFont(const std::string& fantasyFontFamily) override;
H A Dweb_delegate_cross.cpp1609 void WebDelegateCross::UpdateWebFantasyFont(const std::string& fantasyFontFamily) in UpdateWebFantasyFont() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h717 void UpdateWebFantasyFont(const std::string& fantasyFontFamily);
H A Dweb_delegate.cpp3538 void WebDelegate::UpdateWebFantasyFont(const std::string& fantasyFontFamily) in UpdateWebFantasyFont() argument
3545 [weak = WeakClaim(this), fantasyFontFamily]() { in UpdateWebFantasyFont()
3550 setting->PutFantasyFontFamilyName(fantasyFontFamily); in UpdateWebFantasyFont()