Home | History | Annotate | Download | only in rendering

Lines Matching defs:setNeedsLayout

224     // Helper class forbidding calls to setNeedsLayout() during its lifetime.
619 void setNeedsLayout(MarkingBehavior = MarkContainingBlockChain, SubtreeLayoutScope* = 0);
630 setNeedsLayout();
1319 // If repaintAfterLayout is enabled, setNeedsLayout() won't cause full paint invalidations as
1321 inline void RenderObject::setNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter)
1334 setNeedsLayout(markParents, layouter);