Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern_property.h57 ACE_DEFINE_PROPERTY_GROUP_ITEM(WebSansSerifFont, std::string);
H A Dweb_pattern.h459 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty, WebSansSerifFont, std::string);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h112 static void WebSansSerifFont(const std::string& sansSerifFontFamily);
H A Djs_web.cpp1954 JSClass<JSWeb>::StaticMethod("webSansSerifFont", &JSWeb::WebSansSerifFont); in JSBind()
4029 void JSWeb::WebSansSerifFont(const std::string& sansSerifFontFamily) in WebSansSerifFont() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h348 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty, WebSansSerifFont, std::string);