Home
last modified time | relevance | path

Searched refs:ScrollRight (Results 1 – 8 of 8) 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.cpp231 dir = horizontal ? ScrollRight : ScrollDown; in scroll()
DWebPluginContainerImpl.cpp841 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollLeft, ScrollRight, webEvent.data.scrollUpdat… in handleGestureEvent()
DChromeClientImpl.cpp943 if (direction == WebCore::ScrollRight) in shouldRubberBandInDirection()
DWebViewImpl.cpp1477 *scrollDirection = ScrollRight; in mapKeyCodeForScroll()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollElasticityController.mm421 return m_client->shouldRubberBandInDirection(ScrollRight);
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2227 …if (scrollNode(wheelEvent->deltaX(), granularity, ScrollRight, startNode, &stopNode, roundedIntPoi… in defaultWheelEventHandler()