Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_row.cpp43 void JSRow::Create(const JSCallbackInfo& info) in Create()
68 void JSRow::CreateWithWrap(const JSCallbackInfo& info) in CreateWithWrap()
73 void JSRow::SetAlignItems(int32_t value) in SetAlignItems()
85 void JSRow::SetJustifyContent(int32_t value) in SetJustifyContent()
98 void JSRow::SetReverse(const JSCallbackInfo& info) in SetReverse()
107 void JSRow::JSBind(BindingTarget globalObj) in JSBind()
109 JSClass<JSRow>::Declare("Row"); in JSBind()
111 JSClass<JSRow>::StaticMethod("create", &JSRow::Create, opt); in JSBind()
112 JSClass<JSRow> in JSBind()
[all...]
H A Djs_row.h23 class JSRow : public JSFlex { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp508 { "Row", JSRow::JSBind },
598 { "Row", JSRow::JSBind },
H A Djsi_view_register_impl_ng.cpp400 JSRow::JSBind(globalObj); in JsBindViews()

Completed in 3 milliseconds