Home
last modified time | relevance | path

Searched refs:JsBackgroundImageSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp185 … JSClass<JSXComponent>::StaticMethod("backgroundImageSize", &JSXComponent::JsBackgroundImageSize); in JSBind()
540 void JSXComponent::JsBackgroundImageSize(const JSCallbackInfo& args) in JsBackgroundImageSize() function in OHOS::Ace::Framework::JSXComponent
546 JSViewAbstract::JsBackgroundImageSize(args); in JsBackgroundImageSize()
H A Djs_xcomponent.h165 static void JsBackgroundImageSize(const JSCallbackInfo& args);
H A Djs_view_abstract.h145 static void JsBackgroundImageSize(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp3162 void JSViewAbstract::JsBackgroundImageSize(const JSCallbackInfo& info) in JsBackgroundImageSize() function in OHOS::Ace::Framework::JSViewAbstract
8693 …Class<JSViewAbstract>::StaticMethod("backgroundImageSize", &JSViewAbstract::JsBackgroundImageSize); in JSBind()