Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.cpp258 …return m_fixedLayoutSize.isEmpty() || !m_useFixedLayout ? visibleWidth() : m_fixedLayoutSize.width… in layoutWidth()
263 …return m_fixedLayoutSize.isEmpty() || !m_useFixedLayout ? visibleHeight() : m_fixedLayoutSize.heig… in layoutHeight()
268 return m_fixedLayoutSize; in fixedLayoutSize()
275 m_fixedLayoutSize = newSize; in setFixedLayoutSize()
DScrollView.h357 IntSize m_fixedLayoutSize; variable
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h338 const WebCore::IntSize& fixedLayoutSize() const { return m_fixedLayoutSize; }; in fixedLayoutSize()
778 WebCore::IntSize m_fixedLayoutSize; variable
DWebPageProxy.cpp1120 m_fixedLayoutSize = IntSize(); in setUseFixedLayout()
1129 if (size == m_fixedLayoutSize) in setFixedLayoutSize()
1132 m_fixedLayoutSize = size; in setFixedLayoutSize()
2815 parameters.fixedLayoutSize = m_fixedLayoutSize; in creationParameters()