Home
last modified time | relevance | path

Searched refs:flex_allocation_order_ (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Dflex_layout_view.cc22 flex_allocation_order_(layout_->flex_allocation_order()) {} in FlexLayoutView()
128 if (flex_allocation_order_ == flex_allocation_order) in SetFlexAllocationOrder()
131 flex_allocation_order_ = flex_allocation_order; in SetFlexAllocationOrder()
132 OnPropertyChanged(&flex_allocation_order_, kPropertyEffectsLayout); in SetFlexAllocationOrder()
136 return flex_allocation_order_; in GetFlexAllocationOrder()
H A Dflex_layout.h112 return flex_allocation_order_; in flex_allocation_order()
378 FlexAllocationOrder flex_allocation_order_ = FlexAllocationOrder::kNormal; variable
H A Dflex_layout_view.h78 FlexAllocationOrder flex_allocation_order_; variable
H A Dflex_layout.cc386 if (flex_allocation_order_ != flex_allocation_order) { in SetFlexAllocationOrder()
387 flex_allocation_order_ = flex_allocation_order; in SetFlexAllocationOrder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/layout/
H A Dflex_layout.h106 return flex_allocation_order_; in flex_allocation_order()
303 FlexAllocationOrder flex_allocation_order_ = FlexAllocationOrder::kNormal; variable
H A Dflex_layout.cc385 if (flex_allocation_order_ != flex_allocation_order) { in SetFlexAllocationOrder()
386 flex_allocation_order_ = flex_allocation_order; in SetFlexAllocationOrder()