Home | History | Annotate | Download | only in page

Lines Matching refs:currentSize

2061         IntSize currentSize = IntSize(width(), height());
2063 bool resized = !m_firstLayout && (currentSize != m_lastLayoutSize || currentZoomFactor != m_lastZoomFactor);
2064 m_lastLayoutSize = currentSize;