Home | History | Annotate | Download | only in rendering

Lines Matching refs:posChildNeedsLayout

551         return m_bitfields.needsLayout() || m_bitfields.normalChildNeedsLayout() || m_bitfields.posChildNeedsLayout()
560 && !m_bitfields.posChildNeedsLayout() && !m_bitfields.needsSimplifiedNormalFlowLayout();
563 bool posChildNeedsLayout() const { return m_bitfields.posChildNeedsLayout(); }
1144 ADD_BOOLEAN_BITFIELD(posChildNeedsLayout, PosChildNeedsLayout);