Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp186 …s<JSXComponent>::StaticMethod("backgroundImagePosition", &JSXComponent::JsBackgroundImagePosition); in JSBind()
549 void JSXComponent::JsBackgroundImagePosition(const JSCallbackInfo& args) in JsBackgroundImagePosition() function in OHOS::Ace::Framework::JSXComponent
555 JSViewAbstract::JsBackgroundImagePosition(args); in JsBackgroundImagePosition()
H A Djs_xcomponent.h166 static void JsBackgroundImagePosition(const JSCallbackInfo& args);
H A Djs_view_abstract.h146 static void JsBackgroundImagePosition(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp3220 void JSViewAbstract::JsBackgroundImagePosition(const JSCallbackInfo& info) in JsBackgroundImagePosition() function in OHOS::Ace::Framework::JSViewAbstract
8694 …ViewAbstract>::StaticMethod("backgroundImagePosition", &JSViewAbstract::JsBackgroundImagePosition); in JSBind()