Home
last modified time | relevance | path

Searched refs:GridLayoutAlgorithmState (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/grid/
H A Dng_grid_layout_algorithm.cc20 state_(GridLayoutAlgorithmState::kMeasuringItems) { in NGGridLayoutAlgorithm()
32 while (state_ != GridLayoutAlgorithmState::kCompletedLayout) { in Layout()
34 case GridLayoutAlgorithmState::kMeasuringItems: { in Layout()
67 state_ = GridLayoutAlgorithmState::kResolvingInlineSize; in Layout()
71 case GridLayoutAlgorithmState::kResolvingInlineSize: in Layout()
73 state_ = GridLayoutAlgorithmState::kResolvingBlockSize; in Layout()
76 case GridLayoutAlgorithmState::kResolvingBlockSize: in Layout()
78 state_ = GridLayoutAlgorithmState::kPlacingGridItems; in Layout()
81 case GridLayoutAlgorithmState::kPlacingGridItems: in Layout()
83 state_ = GridLayoutAlgorithmState::kCompletedLayout; in Layout()
[all …]
H A Dng_grid_layout_algorithm.h88 enum class GridLayoutAlgorithmState { enum
203 GridLayoutAlgorithmState state_;