Home
last modified time | relevance | path

Searched refs:JsBackgroundColor (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_napi.cpp92 napi_value JsBackgroundColor(napi_env env, napi_callback_info info) in JsBackgroundColor() function
115 DECLARE_NAPI_FUNCTION("backgroundColor", JsBackgroundColor), in Init()
H A Dqrcode_napi.h25 napi_value JsBackgroundColor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_counter.cpp69 JSClass<JSCounter>::StaticMethod("backgroundColor", &JSCounter::JsBackgroundColor); in JSBind()
205 void JSCounter::JsBackgroundColor(const JSCallbackInfo& args) in JsBackgroundColor() function in OHOS::Ace::Framework::JSCounter
H A Djs_counter.h40 static void JsBackgroundColor(const JSCallbackInfo& args);
H A Djs_progress.h41 static void JsBackgroundColor(const JSCallbackInfo& info);
H A Djs_sliding_panel.h48 static void JsBackgroundColor(const JSCallbackInfo& info);
H A Djs_button.h42 static void JsBackgroundColor(const JSCallbackInfo& info);
H A Djs_sliding_panel.cpp97 JSClass<JSSlidingPanel>::StaticMethod("backgroundColor", JsBackgroundColor); in JSBind()
176 void JSSlidingPanel::JsBackgroundColor(const JSCallbackInfo& info) in JsBackgroundColor() function in OHOS::Ace::Framework::JSSlidingPanel
H A Djs_progress.cpp114 JSClass<JSProgress>::StaticMethod("backgroundColor", &JSProgress::JsBackgroundColor, opt); in JSBind()
304 void JSProgress::JsBackgroundColor(const JSCallbackInfo& info) in JsBackgroundColor() function in OHOS::Ace::Framework::JSProgress
H A Djs_xcomponent.h163 static void JsBackgroundColor(const JSCallbackInfo& args);
H A Djs_button.cpp347 JSClass<JSButton>::StaticMethod("backgroundColor", &JSButton::JsBackgroundColor); in JSBind()
531 void JSButton::JsBackgroundColor(const JSCallbackInfo& info) in JsBackgroundColor() function in OHOS::Ace::Framework::JSButton
H A Djs_xcomponent.cpp183 JSClass<JSXComponent>::StaticMethod("backgroundColor", &JSXComponent::JsBackgroundColor); in JSBind()
515 void JSXComponent::JsBackgroundColor(const JSCallbackInfo& args) in JsBackgroundColor() function in OHOS::Ace::Framework::JSXComponent
H A Djs_toggle.cpp418 JSViewAbstract::JsBackgroundColor(info); in SetBackgroundColor()
H A Djs_security_ui_extension.cpp336 …SClass<JSSecurityUIExtension>::StaticMethod("backgroundColor", &JSViewAbstract::JsBackgroundColor); in JSBind()
H A Djs_view_abstract.h143 static void JsBackgroundColor(const JSCallbackInfo& info);
H A Djs_datepicker.cpp548 JSViewAbstract::JsBackgroundColor(info); in PickerBackgroundColor()
1448 JSViewAbstract::JsBackgroundColor(info); in PickerBackgroundColor()
H A Djs_textpicker.cpp224 JSViewAbstract::JsBackgroundColor(info); in PickerBackgroundColor()
H A Djs_view_abstract.cpp2782 void JSViewAbstract::JsBackgroundColor(const JSCallbackInfo& info) in JsBackgroundColor() function in OHOS::Ace::Framework::JSViewAbstract
8690 JSClass<JSViewAbstract>::StaticMethod("backgroundColor", &JSViewAbstract::JsBackgroundColor); in JSBind()