Home
last modified time | relevance | path

Searched refs:UpdateWebFantasyFont (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.cpp728 webPattern->UpdateWebFantasyFont(fantasyFontFamily); in SetWebFantasyFont()
H A Dweb_pattern.cpp2527 delegate_->UpdateWebFantasyFont(value); in OnWebFantasyFontUpdate()
2921 delegate_->UpdateWebFantasyFont(GetWebFantasyFontValue(DEFAULT_FANTASY_FONT_FAMILY)); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp649 delegate_->UpdateWebFantasyFont(value); in OnWebFantasyFontUpdate()
857 delegate_->UpdateWebFantasyFont(GetWebFantasyFontValue(DEFAULT_FANTASY_FONT_FAMILY)); in OnModifyDone()
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() function in OHOS::Ace::WebDelegateCross
/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() function in OHOS::Ace::WebDelegate