Searched refs:m_lastLayoutSize (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameView.h392 IntSize m_lastLayoutSize; member in class:WebCore::FrameView
H A DFrameView.cpp229 m_lastLayoutSize = IntSize();
916 m_lastLayoutSize = IntSize(width(), height());
2063 bool resized = !m_firstLayout && (currentSize != m_lastLayoutSize || currentZoomFactor != m_lastZoomFactor);
2064 m_lastLayoutSize = currentSize;

Completed in 63 milliseconds