Searched refs:layoutChildren (Results 1 – 9 of 9) sorted by relevance
41 layoutChildren(this, selfNeedsLayout()); in layout()
52 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
63 layoutChildren(this, selfNeedsLayout()); in layout()
102 …layoutChildren(this, selfNeedsLayout() || (svg->hasRelativeValues() && (width() != oldWidth || hei… in layout()
240 void SVGRenderBase::layoutChildren(RenderObject* start, bool selfNeedsLayout) in layoutChildren() function in WebCore::SVGRenderBase
50 void SkView::Layout::layoutChildren(SkView* parent) in layoutChildren() function in SkView::Layout
433 layout->layoutChildren(this); in invokeLayout()
262 void layoutChildren(SkView* parent);
11374 (WebCore::RenderSVGContainer::layout): Use new layoutChildren() method.11377 (WebCore::RenderSVGHiddenContainer::layout): Use new layoutChildren() helper.11378 …g/RenderSVGRoot.cpp: Refactor existing code to layout children in SVGRenderSupport::layoutChildren.11381 (WebCore::SVGRenderBase::layoutChildren): This methods contains the actual changes.