Home | History | Annotate | Download | only in page

Lines Matching defs:currentSize

2075         IntSize currentSize = IntSize(width(), height());
2077 bool resized = !m_firstLayout && (currentSize != m_lastLayoutSize || currentZoomFactor != m_lastZoomFactor);
2078 m_lastLayoutSize = currentSize;