/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_napi.cpp | 92 napi_value JsBackgroundColor(napi_env env, napi_callback_info info) in JsBackgroundColor() function 115 DECLARE_NAPI_FUNCTION("backgroundColor", JsBackgroundColor), in Init()
|
H A D | qrcode_napi.h | 25 napi_value JsBackgroundColor(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_counter.cpp | 69 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 D | js_counter.h | 40 static void JsBackgroundColor(const JSCallbackInfo& args);
|
H A D | js_progress.h | 41 static void JsBackgroundColor(const JSCallbackInfo& info);
|
H A D | js_sliding_panel.h | 48 static void JsBackgroundColor(const JSCallbackInfo& info);
|
H A D | js_button.h | 42 static void JsBackgroundColor(const JSCallbackInfo& info);
|
H A D | js_sliding_panel.cpp | 97 JSClass<JSSlidingPanel>::StaticMethod("backgroundColor", JsBackgroundColor); in JSBind() 176 void JSSlidingPanel::JsBackgroundColor(const JSCallbackInfo& info) in JsBackgroundColor() function in OHOS::Ace::Framework::JSSlidingPanel
|
H A D | js_progress.cpp | 114 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 D | js_xcomponent.h | 163 static void JsBackgroundColor(const JSCallbackInfo& args);
|
H A D | js_button.cpp | 347 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 D | js_xcomponent.cpp | 183 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 D | js_toggle.cpp | 418 JSViewAbstract::JsBackgroundColor(info); in SetBackgroundColor()
|
H A D | js_security_ui_extension.cpp | 336 …SClass<JSSecurityUIExtension>::StaticMethod("backgroundColor", &JSViewAbstract::JsBackgroundColor); in JSBind()
|
H A D | js_view_abstract.h | 143 static void JsBackgroundColor(const JSCallbackInfo& info);
|
H A D | js_datepicker.cpp | 548 JSViewAbstract::JsBackgroundColor(info); in PickerBackgroundColor() 1448 JSViewAbstract::JsBackgroundColor(info); in PickerBackgroundColor()
|
H A D | js_textpicker.cpp | 224 JSViewAbstract::JsBackgroundColor(info); in PickerBackgroundColor()
|
H A D | js_view_abstract.cpp | 2782 void JSViewAbstract::JsBackgroundColor(const JSCallbackInfo& info) in JsBackgroundColor() function in OHOS::Ace::Framework::JSViewAbstract 8690 JSClass<JSViewAbstract>::StaticMethod("backgroundColor", &JSViewAbstract::JsBackgroundColor); in JSBind()
|