Home
last modified time | relevance | path

Searched refs:ScrollBlockDirectionBackward (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollTypes.h39 ScrollBlockDirectionBackward, enumerator
47 return direction >= ScrollBlockDirectionBackward; in isLogical()
54 case ScrollBlockDirectionBackward: { in toPhysicalDirection()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp997 return frame.eventHandler().bubblingScroll(ScrollBlockDirectionBackward, ScrollByPage); in executeScrollPageBackward()
1017 return frame.eventHandler().bubblingScroll(ScrollBlockDirectionBackward, ScrollByDocument); in executeScrollToBeginningOfDocument()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3361 …ScrollDirection direction = event->shiftKey() ? ScrollBlockDirectionBackward : ScrollBlockDirectio… in defaultSpaceEventHandler()