Searched refs:m_normalChildNeedsLayout (Results 1 – 3 of 3) sorted by relevance
419 …bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayo… in needsLayout()422 … { return m_needsPositionedMovementLayout && !m_needsLayout && !m_normalChildNeedsLayout && !m_pos… in needsPositionedMovementLayoutOnly()425 bool normalChildNeedsLayout() const { return m_normalChildNeedsLayout; } in normalChildNeedsLayout()850 bool m_normalChildNeedsLayout : 1; variable944 m_normalChildNeedsLayout = false; in setNeedsLayout()951 bool alreadyNeededLayout = m_normalChildNeedsLayout; in setChildNeedsLayout()952 m_normalChildNeedsLayout = b; in setChildNeedsLayout()960 m_normalChildNeedsLayout = false; in setChildNeedsLayout()1031 if (o->m_normalChildNeedsLayout) in markContainingBlocksForLayout()1033 o->m_normalChildNeedsLayout = true; in markContainingBlocksForLayout()
195 , m_normalChildNeedsLayout(false) in RenderObject()
15524 marking m_normalChildNeedsLayout on the element's parent, which keeps layout from