Home
last modified time | relevance | path

Searched refs:ScrollUp (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollTypes.h34 ScrollUp, enumerator
57 return ScrollUp; in toPhysicalDirection()
68 return ScrollUp; in toPhysicalDirection()
81 return ScrollUp; in toPhysicalDirection()
92 return ScrollUp; in toPhysicalDirection()
95 case ScrollUp: in toPhysicalDirection()
DScrollableArea.cpp129 if (direction == ScrollUp || direction == ScrollDown) in scroll()
156 if (direction == ScrollUp || direction == ScrollLeft) in scroll()
DScrollbar.cpp232 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded()
257 return ScrollUp; in pressedPartScrollDirection()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp230 dir = horizontal ? ScrollLeft : ScrollUp; in scroll()
DWebPluginContainerImpl.cpp904 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollUp, ScrollDown, webEvent.data.scrollUpdate.d… in handleGestureEvent()
DWebViewImpl.cpp1513 *scrollDirection = ScrollUp; in mapKeyCodeForScroll()
1521 *scrollDirection = ScrollUp; in mapKeyCodeForScroll()
1529 *scrollDirection = ScrollUp; in mapKeyCodeForScroll()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp1007 return frame.eventHandler().bubblingScroll(ScrollUp, ScrollByLine); in executeScrollLineUp()
1708 return frame().eventHandler().bubblingScroll(ScrollUp, ScrollByDocument); in executeCommand()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2461 bool verticalScroll = scroll(ScrollUp, granularity, node, &stopNode, delta.height()); in handleGestureScrollUpdate()