Home
last modified time | relevance | path

Searched refs:HasPlaceChildren (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h80 bool HasPlaceChildren() const;
H A Djs_view.cpp710 … jsViewFunction_->HasMeasureSize() || jsViewFunction_->HasPlaceChildren(), in CreateViewNode()
745 if (jsViewFunction_->HasPlaceChildren()) { in CreateViewNode()
H A Djs_view_functions.cpp478 bool ViewFunctions::HasPlaceChildren() const in HasPlaceChildren() function in OHOS::Ace::Framework::ViewFunctions