Searched refs:ScrollLeft (Results 1 – 9 of 9) sorted by relevance
36 ScrollLeft, enumerator61 return ScrollLeft; in toPhysicalDirection()72 return ScrollLeft; in toPhysicalDirection()77 return ScrollLeft; in toPhysicalDirection()88 return ScrollLeft; in toPhysicalDirection()97 case ScrollLeft: in toPhysicalDirection()
244 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded()265 return ScrollLeft; in pressedPartScrollDirection()
131 if (direction == ScrollUp || direction == ScrollLeft) in scroll()
233 dir = horizontal ? ScrollLeft : ScrollUp; in scroll()
841 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollLeft, ScrollRight, webEvent.data.scrollUpdat… in handleGestureEvent()
941 if (direction == WebCore::ScrollLeft) in shouldRubberBandInDirection()
1473 *scrollDirection = ScrollLeft; in mapKeyCodeForScroll()
419 return m_client->shouldRubberBandInDirection(ScrollLeft);
2629 bool horizontalScroll = scrollNode(delta.width(), granularity, ScrollLeft, node, &stopNode); in handleGestureScrollUpdate()