Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h539 …elds.selfNeedsLayout() || m_bitfields.normalChildNeedsLayout() || m_bitfields.posChildNeedsLayout() in needsLayout()
548 && !m_bitfields.posChildNeedsLayout() && !m_bitfields.needsSimplifiedNormalFlowLayout(); in needsPositionedMovementLayoutOnly()
551 bool posChildNeedsLayout() const { return m_bitfields.posChildNeedsLayout(); } in posChildNeedsLayout() function
1154 ADD_BOOLEAN_BITFIELD(posChildNeedsLayout, PosChildNeedsLayout);
DRenderTreeAsText.cpp370 …ut = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.norm… in writeRenderObject()
394 if (o.posChildNeedsLayout()) { in writeRenderObject()
DRenderBlock.cpp1745 …if ((!posChildNeedsLayout() && !needsSimplifiedNormalFlowLayout()) || normalChildNeedsLayout() || … in simplifiedLayout()
1768 if (posChildNeedsLayout() || canContainFixedPosObjects) in simplifiedLayout()
1769 layoutPositionedObjects(false, !posChildNeedsLayout() && canContainFixedPosObjects); in simplifiedLayout()
DRenderObject.cpp686 if (!object || object->posChildNeedsLayout()) in markContainingBlocksForLayout()