Home | History | Annotate | Download | only in rendering

Lines Matching refs:selfNeedsLayout

1780         int childMarginBefore = child->selfNeedsLayout() ? marginBeforeForChild(child) : collapsedMarginBeforeForChild(child);
1800 if (!child->selfNeedsLayout() && child->isRenderBlock())
2121 if (childHadLayout && !selfNeedsLayout() && child->checkForRepaintDuringLayout())
2174 if ((!posChildNeedsLayout() && !needsSimplifiedNormalFlowLayout()) || normalChildNeedsLayout() || selfNeedsLayout())