Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGHiddenContainer.cpp38 SVGRenderSupport::layoutChildren(this, selfNeedsLayout()); in layout()
DSVGRenderSupport.h49 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
DRenderSVGContainer.cpp64 SVGRenderSupport::layoutChildren(this, selfNeedsLayout()); in layout()
DRenderSVGRoot.cpp119 SVGRenderSupport::layoutChildren(this, needsLayout); in layout()
DSVGRenderSupport.cpp210 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout) in layoutChildren() function in WebCore::SVGRenderSupport
/external/skia/legacy/src/views/
DSkViewPriv.cpp57 void SkView::Layout::layoutChildren(SkView* parent) in layoutChildren() function in SkView::Layout
DSkView.cpp460 layout->layoutChildren(this); in invokeLayout()
/external/skia/src/views/
DSkViewPriv.cpp57 void SkView::Layout::layoutChildren(SkView* parent) in layoutChildren() function in SkView::Layout
DSkView.cpp480 layout->layoutChildren(this); in invokeLayout()
/external/skia/legacy/include/views/
DSkView.h275 void layoutChildren(SkView* parent);
/external/skia/include/views/
DSkView.h291 void layoutChildren(SkView* parent);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0637669 (WebCore::SVGRenderSupport::layoutChildren):
75710 (WebCore::SVGRenderSupport::layoutChildren): s/svgRootTreeObject/findTreeRootObject/.
79296 …ents that the resource changed, to avoid doing unncessary work in SVGRenderSupport::layoutChildren.
79347 …(WebCore::SVGRenderSupport::layoutChildren): Keep track of all objects that didn't need layout, as…
106738 …(WebCore::SVGRenderSupport::layoutChildren): Remove FIXME, only relayout container children, if th…
107423 (WebCore::SVGRenderSupport::layoutChildren): Ditto.
110679 …(WebCore::RenderSVGContainer::layout): layoutChildren is a static function in SVGRenderSupport now.
110686 …(WebCore::RenderSVGHiddenContainer::layout): layoutChildren is a static function in SVGRenderSuppo…
110734 … (WebCore::RenderSVGRoot::layout): layoutChildren is a static function in SVGRenderSupport now.
110761 (WebCore::SVGRenderSupport::layoutChildren): Ditto.
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.