Home
last modified time | relevance | path

Searched refs:m_containsScrollableAreaWithOverlayScrollbars (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.h300 …sScrollableAreaWithOverlayScrollbars() const { return m_containsScrollableAreaWithOverlayScrollbar… in containsScrollableAreaWithOverlayScrollbars()
301 …sScrollableAreaWithOverlayScrollbars(bool contains) { m_containsScrollableAreaWithOverlayScrollbar… in setContainsScrollableAreaWithOverlayScrollbars()
374 bool m_containsScrollableAreaWithOverlayScrollbars; variable
DScrollView.cpp67 , m_containsScrollableAreaWithOverlayScrollbars(false) in ScrollView()
1052 m_containsScrollableAreaWithOverlayScrollbars = false; in wheelEvent()