Searched refs:ScrollBlockDirectionBackward (Results 1 – 3 of 3) sorted by relevance
39 ScrollBlockDirectionBackward, enumerator47 return direction >= ScrollBlockDirectionBackward; in isLogical()54 case ScrollBlockDirectionBackward: { in toPhysicalDirection()
997 return frame.eventHandler().bubblingScroll(ScrollBlockDirectionBackward, ScrollByPage); in executeScrollPageBackward()1017 return frame.eventHandler().bubblingScroll(ScrollBlockDirectionBackward, ScrollByDocument); in executeScrollToBeginningOfDocument()
3361 …ScrollDirection direction = event->shiftKey() ? ScrollBlockDirectionBackward : ScrollBlockDirectio… in defaultSpaceEventHandler()