Searched refs:posChildNeedsLayout (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp438 bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout();
462 if (o.posChildNeedsLayout()) {
H A DRenderObject.h423 bool posChildNeedsLayout() const { return m_posChildNeedsLayout; } function in class:WebCore::RenderObject
H A DRenderBlock.cpp2174 if ((!posChildNeedsLayout() && !needsSimplifiedNormalFlowLayout()) || normalChildNeedsLayout() || selfNeedsLayout())
2187 if (posChildNeedsLayout())

Completed in 2025 milliseconds