Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFrameView.h392 IntSize m_lastLayoutSize; variable
DFrameView.cpp229 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()