Lines Matching full:needslayout
387 bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needsPositionedMovementLayout; }511 void layoutIfNeeded() { if (needsLayout()) layout(); }936 bool alreadyNeededLayout = needsLayout();