Searched refs:ScrollUp (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollTypes.h | 34 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()
|
D | ScrollableArea.cpp | 129 if (direction == ScrollUp || direction == ScrollDown) in scroll() 156 if (direction == ScrollUp || direction == ScrollLeft) in scroll()
|
D | Scrollbar.cpp | 232 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded() 257 return ScrollUp; in pressedPartScrollDirection()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPluginScrollbarImpl.cpp | 230 dir = horizontal ? ScrollLeft : ScrollUp; in scroll()
|
D | WebPluginContainerImpl.cpp | 904 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollUp, ScrollDown, webEvent.data.scrollUpdate.d… in handleGestureEvent()
|
D | WebViewImpl.cpp | 1513 *scrollDirection = ScrollUp; in mapKeyCodeForScroll() 1521 *scrollDirection = ScrollUp; in mapKeyCodeForScroll() 1529 *scrollDirection = ScrollUp; in mapKeyCodeForScroll()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | EditorCommand.cpp | 1007 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/ |
D | EventHandler.cpp | 2461 bool verticalScroll = scroll(ScrollUp, granularity, node, &stopNode, delta.height()); in handleGestureScrollUpdate()
|