Searched refs:posChildNeedsLayout (Results 1 – 4 of 4) sorted by relevance
539 …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() function1154 ADD_BOOLEAN_BITFIELD(posChildNeedsLayout, PosChildNeedsLayout);
370 …ut = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.norm… in writeRenderObject()394 if (o.posChildNeedsLayout()) { in writeRenderObject()
1745 …if ((!posChildNeedsLayout() && !needsSimplifiedNormalFlowLayout()) || normalChildNeedsLayout() || … in simplifiedLayout()1768 if (posChildNeedsLayout() || canContainFixedPosObjects) in simplifiedLayout()1769 layoutPositionedObjects(false, !posChildNeedsLayout() && canContainFixedPosObjects); in simplifiedLayout()
686 if (!object || object->posChildNeedsLayout()) in markContainingBlocksForLayout()