Searched refs:m_fixedLayoutSize (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp258 return m_fixedLayoutSize.isEmpty() || !m_useFixedLayout ? visibleWidth() : m_fixedLayoutSize.width();
263 return m_fixedLayoutSize.isEmpty() || !m_useFixedLayout ? visibleHeight() : m_fixedLayoutSize.height();
268 return m_fixedLayoutSize;
275 m_fixedLayoutSize = newSize;
H A DScrollView.h357 IntSize m_fixedLayoutSize; member in class:WebCore::ScrollView
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h338 const WebCore::IntSize& fixedLayoutSize() const { return m_fixedLayoutSize; };
778 WebCore::IntSize m_fixedLayoutSize; member in class:WebKit::WebPageProxy
H A DWebPageProxy.cpp1120 m_fixedLayoutSize = IntSize();
1129 if (size == m_fixedLayoutSize)
1132 m_fixedLayoutSize = size;
2815 parameters.fixedLayoutSize = m_fixedLayoutSize;

Completed in 91 milliseconds