Searched defs:selfNeedsLayout (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderSupport.cpp210 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout) argument
216 bool needsLayout = selfNeedsLayout;
219 // When selfNeedsLayout is false and the layout size changed, we have to check whether this child uses relative lengths
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h420 bool selfNeedsLayout() const { return m_needsLayout; } function in class:WebCore::RenderObject
1009 bool simplifiedNormalFlowLayout = needsSimplifiedNormalFlowLayout() && !selfNeedsLayout() && !normalChildNeedsLayout();

Completed in 79 milliseconds