Searched refs:ScrollRight (Results 1 – 8 of 8) sorted by relevance
37 ScrollRight, enumerator62 return ScrollRight; in toPhysicalDirection()71 return ScrollRight; in toPhysicalDirection()78 return ScrollRight; in toPhysicalDirection()87 return ScrollRight; in toPhysicalDirection()98 case ScrollRight: in toPhysicalDirection()
266 return ScrollRight; in pressedPartScrollDirection()
231 dir = horizontal ? ScrollRight : ScrollDown; in scroll()
841 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollLeft, ScrollRight, webEvent.data.scrollUpdat… in handleGestureEvent()
943 if (direction == WebCore::ScrollRight) in shouldRubberBandInDirection()
1477 *scrollDirection = ScrollRight; in mapKeyCodeForScroll()
421 return m_client->shouldRubberBandInDirection(ScrollRight);
2227 …if (scrollNode(wheelEvent->deltaX(), granularity, ScrollRight, startNode, &stopNode, roundedIntPoi… in defaultWheelEventHandler()