Home
last modified time | relevance | path

Searched refs:SetWebSansSerifFont (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.cpp188 webModelNG.SetWebSansSerifFont("test");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h118 virtual void SetWebSansSerifFont(const std::string& sansSerifFontFamily) {}; in SetWebSansSerifFont() function
H A Dweb_model_ng.h125 void SetWebSansSerifFont(const std::string& sansSerifFontFamily) override;
H A Dweb_model_ng.cpp738 void WebModelNG::SetWebSansSerifFont(const std::string& sansSerifFontFamily) in SetWebSansSerifFont() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4031 WebModel::GetInstance()->SetWebSansSerifFont(sansSerifFontFamily); in WebSansSerifFont()