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

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 63 , m_useFixedLayout(false)
258 return m_fixedLayoutSize.isEmpty() || !m_useFixedLayout ? visibleWidth() : m_fixedLayoutSize.width();
263 return m_fixedLayoutSize.isEmpty() || !m_useFixedLayout ? visibleHeight() : m_fixedLayoutSize.height();
281 return m_useFixedLayout;
288 m_useFixedLayout = enable;
889 if (!m_useFixedLayout)
    [all...]
ScrollView.h 368 bool m_useFixedLayout;
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 337 bool useFixedLayout() const { return m_useFixedLayout; };
    [all...]
WebPageProxy.cpp 128 , m_useFixedLayout(false)
    [all...]

Completed in 93 milliseconds