Home
last modified time | relevance | path

Searched refs:SetWebFantasyFont (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp187 webModelNG.SetWebFantasyFont("test");
/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() function
H A Dweb_model_ng.h123 void SetWebFantasyFont(const std::string& fixedFontFamily) override;
H A Dweb_model_ng.cpp724 void WebModelNG::SetWebFantasyFont(const std::string& fantasyFontFamily) in SetWebFantasyFont() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4021 WebModel::GetInstance()->SetWebFantasyFont(fantasyFontFamily); in WebFantasyFont()