Searched defs:CreateWithWrap (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ | ||
H A D | column_model_ng.h | 31 void CreateWithWrap() override {} in CreateWithWrap() function |
H A D | row_model_ng.h | 31 void CreateWithWrap() override {} in CreateWithWrap() function |
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ | ||
H A D | column_model_impl.cpp | 58 void ColumnModelImpl::CreateWithWrap() in CreateWithWrap() function in OHOS::Ace::Framework::ColumnModelImpl |
H A D | row_model_impl.cpp | 54 void RowModelImpl::CreateWithWrap() in CreateWithWrap() function in OHOS::Ace::Framework::RowModelImpl |
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ | ||
H A D | js_row.cpp | 75 void JSRow::CreateWithWrap(const JSCallbackInfo& info) in CreateWithWrap() function in OHOS::Ace::Framework::JSRow |
H A D | js_column.cpp | 77 void JSColumn::CreateWithWrap(const JSCallbackInfo& info) in CreateWithWrap() function in OHOS::Ace::Framework::JSColumn |