Home | History | Annotate | Download | only in rendering

Lines Matching refs:simplifiedNormalFlowLayout

1009     bool simplifiedNormalFlowLayout = needsSimplifiedNormalFlowLayout() && !selfNeedsLayout() && !normalChildNeedsLayout();
1023 simplifiedNormalFlowLayout = true;
1025 } else if (simplifiedNormalFlowLayout) {