Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp438 …ut = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.norm… in writeRenderObject()
462 if (o.posChildNeedsLayout()) { in writeRenderObject()
DRenderObject.h421 bool posChildNeedsLayout() const { return m_posChildNeedsLayout; } in posChildNeedsLayout() function
DRenderBlock.cpp2154 …if ((!posChildNeedsLayout() && !needsSimplifiedNormalFlowLayout()) || normalChildNeedsLayout() || … in simplifiedLayout()
2167 if (posChildNeedsLayout()) in simplifiedLayout()