Home
last modified time | relevance | path

Searched refs:layoutChildren (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderSVGHiddenContainer.cpp41 layoutChildren(this, selfNeedsLayout()); in layout()
DSVGRenderSupport.h52 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
DRenderSVGContainer.cpp63 layoutChildren(this, selfNeedsLayout()); in layout()
DRenderSVGRoot.cpp102layoutChildren(this, selfNeedsLayout() || (svg->hasRelativeValues() && (width() != oldWidth || hei… in layout()
DSVGRenderSupport.cpp240 void SVGRenderBase::layoutChildren(RenderObject* start, bool selfNeedsLayout) in layoutChildren() function in WebCore::SVGRenderBase
/external/skia/src/views/
DSkViewPriv.cpp50 void SkView::Layout::layoutChildren(SkView* parent) in layoutChildren() function in SkView::Layout
DSkView.cpp433 layout->layoutChildren(this); in invokeLayout()
/external/skia/include/views/
DSkView.h262 void layoutChildren(SkView* parent);
/external/webkit/WebCore/
DChangeLog-2010-01-2911374 (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.