Home | History | Annotate | Download | only in rendering

Lines Matching defs:needsLayout

388     bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needsPositionedMovementLayout; }
512 void layoutIfNeeded() { if (needsLayout()) layout(); }
937 bool alreadyNeededLayout = needsLayout();