HomeSort by relevance Sort by last modified time
    Searched refs:m_fixedLayoutSize (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 258 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;
    [all...]
ScrollView.h 357 IntSize m_fixedLayoutSize;
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 338 const WebCore::IntSize& fixedLayoutSize() const { return m_fixedLayoutSize; };
    [all...]
WebPageProxy.cpp     [all...]

Completed in 76 milliseconds