Home
last modified time | relevance | path

Searched refs:ScrollRight (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollTypes.h37 ScrollRight, enumerator
62 return ScrollRight; in toPhysicalDirection()
71 return ScrollRight; in toPhysicalDirection()
78 return ScrollRight; in toPhysicalDirection()
87 return ScrollRight; in toPhysicalDirection()
98 case ScrollRight: in toPhysicalDirection()
DScrollbar.cpp266 return ScrollRight; in pressedPartScrollDirection()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp230 dir = horizontal ? ScrollRight : ScrollDown; in scroll()
DWebPluginContainerImpl.cpp851 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollLeft, ScrollRight, webEvent.data.scrollUpdat… in handleGestureEvent()
DWebViewImpl.cpp1427 *scrollDirection = ScrollRight; in mapKeyCodeForScroll()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2034 …if (scroll(ScrollRight, granularity, startNode, &stopNode, wheelEvent->deltaX(), roundedIntPoint(w… in defaultWheelEventHandler()