Home
last modified time | relevance | path

Searched refs:ScrollLeft (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollTypes.h36 ScrollLeft, enumerator
61 return ScrollLeft; in toPhysicalDirection()
72 return ScrollLeft; in toPhysicalDirection()
77 return ScrollLeft; in toPhysicalDirection()
88 return ScrollLeft; in toPhysicalDirection()
97 case ScrollLeft: in toPhysicalDirection()
DScrollbar.cpp244 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded()
265 return ScrollLeft; in pressedPartScrollDirection()
DScrollableArea.cpp131 if (direction == ScrollUp || direction == ScrollLeft) in scroll()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp233 dir = horizontal ? ScrollLeft : ScrollUp; in scroll()
DWebPluginContainerImpl.cpp841 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollLeft, ScrollRight, webEvent.data.scrollUpdat… in handleGestureEvent()
DChromeClientImpl.cpp941 if (direction == WebCore::ScrollLeft) in shouldRubberBandInDirection()
DWebViewImpl.cpp1473 *scrollDirection = ScrollLeft; in mapKeyCodeForScroll()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollElasticityController.mm419 return m_client->shouldRubberBandInDirection(ScrollLeft);
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2629 bool horizontalScroll = scrollNode(delta.width(), granularity, ScrollLeft, node, &stopNode); in handleGestureScrollUpdate()