Home
last modified time | relevance | path

Searched refs:layoutInBox (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h154 void SetLayoutInBoxFlag(bool layoutInBox) in SetLayoutInBoxFlag() argument
156 layoutInBox_ = layoutInBox; in SetLayoutInBoxFlag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h81 bool layoutInBox = false; member
H A Ddeclaration.cpp1177 commonStyle.layoutInBox = StringToBool(value); in SetCurrentStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1487 boxComponent_->SetLayoutInBoxFlag(commonStyle.layoutInBox); in UpdateBoxComponent()