Home
last modified time | relevance | path

Searched refs:JSCheckbox (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkbox.cpp64 void JSCheckbox::Create(const JSCallbackInfo& info) in Create()
100 void JSCheckbox::JSBind(BindingTarget globalObj) in JSBind()
102 JSClass<JSCheckbox>::Declare("Checkbox"); in JSBind()
104 JSClass<JSCheckbox>::StaticMethod("create", &JSCheckbox::Create); in JSBind()
105 JSClass<JSCheckbox>::StaticMethod("select", &JSCheckbox::SetSelect); in JSBind()
106 JSClass<JSCheckbox>::StaticMethod("shape", &JSCheckbox::SetCheckboxStyle); in JSBind()
107 JSClass<JSCheckbox> in JSBind()
[all...]
H A Djs_checkbox.h23 class JSCheckbox : public JSViewAbstract { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp551 { "Checkbox", JSCheckbox::JSBind },
759 { "Checkbox", JSCheckbox::JSBind },
H A Djsi_view_register_impl_ng.cpp567 JSCheckbox::JSBind(globalObj); in JsBindViews()

Completed in 4 milliseconds