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

/external/webkit/Source/WebCore/page/
H A DFrameView.h393 float m_lastZoomFactor; member in class:WebCore::FrameView
H A DFrameView.cpp230 m_lastZoomFactor = 1.0f;
917 m_lastZoomFactor = root->style()->zoom();
2063 bool resized = !m_firstLayout && (currentSize != m_lastLayoutSize || currentZoomFactor != m_lastZoomFactor);
2065 m_lastZoomFactor = currentZoomFactor;

Completed in 725 milliseconds