Home | History | Annotate | Download | only in rendering

Lines Matching refs:normalChildNeedsLayout

573         return m_bitfields.selfNeedsLayout() || m_bitfields.normalChildNeedsLayout() || m_bitfields.posChildNeedsLayout()
581 return m_bitfields.needsPositionedMovementLayout() && !m_bitfields.selfNeedsLayout() && !m_bitfields.normalChildNeedsLayout()
587 bool normalChildNeedsLayout() const { return m_bitfields.normalChildNeedsLayout(); }
1252 ADD_BOOLEAN_BITFIELD(normalChildNeedsLayout, NormalChildNeedsLayout);
1434 bool alreadyNeededLayout = normalChildNeedsLayout();