Home
last modified time | relevance | path

Searched refs:WebCursiveFont (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.h54 ACE_DEFINE_PROPERTY_GROUP_ITEM(WebCursiveFont, std::string);
H A Dweb_pattern.h456 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty, WebCursiveFont, std::string);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h109 static void WebCursiveFont(const std::string& cursiveFontFamily);
H A Djs_web.cpp1951 JSClass<JSWeb>::StaticMethod("webCursiveFont", &JSWeb::WebCursiveFont); in JSBind()
4014 void JSWeb::WebCursiveFont(const std::string& cursiveFontFamily) in WebCursiveFont() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h345 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty, WebCursiveFont, std::string);