Searched refs:m_lastLayoutSize (Results 1 – 2 of 2) sorted by relevance
392 IntSize m_lastLayoutSize; variable
229 m_lastLayoutSize = IntSize(); in reset()916 m_lastLayoutSize = IntSize(width(), height()); in layout()2063 …bool resized = !m_firstLayout && (currentSize != m_lastLayoutSize || currentZoomFactor != m_lastZo… in performPostLayoutTasks()2064 m_lastLayoutSize = currentSize; in performPostLayoutTasks()