Home
last modified time | relevance | path

Searched refs:fantasyFontFamily (Results 1 - 9 of 9) sorted by relevance

/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.cpp716 void WebModelNG::SetWebFantasyFont(const std::string& fantasyFontFamily) in SetWebFantasyFont() argument
720 webPattern->UpdateWebFantasyFont(fantasyFontFamily); in SetWebFantasyFont()
/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.cpp4145 void JSWeb::WebFantasyFont(const std::string& fantasyFontFamily) in WebFantasyFont() argument
4147 WebModel::GetInstance()->SetWebFantasyFont(fantasyFontFamily); in WebFantasyFont()
/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
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp648 void WebDelegate::UpdateWebFantasyFont(const std::string& fantasyFontFamily) {} in UpdateWebFantasyFont() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h763 void UpdateWebFantasyFont(const std::string& fantasyFontFamily);
H A Dweb_delegate.cpp3525 void WebDelegate::UpdateWebFantasyFont(const std::string& fantasyFontFamily) in UpdateWebFantasyFont() argument
3532 [weak = WeakClaim(this), fantasyFontFamily]() { in UpdateWebFantasyFont()
3537 setting->PutFantasyFontFamilyName(fantasyFontFamily); in UpdateWebFantasyFont()

Completed in 35 milliseconds