Home | History | Annotate | Download | only in rendering

Lines Matching refs:selfNeedsLayout

544     bool fullLayout = !firstLineBox() || selfNeedsLayout() || relayoutChildren;
625 if (fullLayout || o->selfNeedsLayout())
704 if (fullLayout && hasInlineChild && !selfNeedsLayout()) {