Searched defs:m_containsScrollableAreaWithOverlayScrollbars (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollView.h300 bool containsScrollableAreaWithOverlayScrollbars() const { return m_containsScrollableAreaWithOverlayScrollbars; }
301 void setContainsScrollableAreaWithOverlayScrollbars(bool contains) { m_containsScrollableAreaWithOverlayScrollbars = contains; }
374 bool m_containsScrollableAreaWithOverlayScrollbars; member in class:WebCore::ScrollView

Completed in 37 milliseconds