Searched refs:ScrollUp (Results 1 – 11 of 11) 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 | 106 if (direction == ScrollUp || direction == ScrollDown) in scroll() 131 if (direction == ScrollUp || direction == ScrollLeft) in scroll()
|
D | Scrollbar.cpp | 244 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded() 269 return ScrollUp; in pressedPartScrollDirection()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPluginScrollbarImpl.cpp | 233 dir = horizontal ? ScrollLeft : ScrollUp; in scroll()
|
D | WebPluginContainerImpl.cpp | 843 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollUp, ScrollDown, webEvent.data.scrollUpdate.d… in handleGestureEvent()
|
D | ChromeClientImpl.cpp | 936 ASSERT(direction != WebCore::ScrollUp && direction != WebCore::ScrollDown); in shouldRubberBandInDirection()
|
D | WebViewImpl.cpp | 1481 *scrollDirection = ScrollUp; in mapKeyCodeForScroll() 1489 *scrollDirection = ScrollUp; in mapKeyCodeForScroll() 1497 *scrollDirection = ScrollUp; in mapKeyCodeForScroll()
|
D | WebFrameImpl.cpp | 1204 return viewImpl()->propagateScroll(ScrollUp, ScrollByDocument); in executeCommand()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | EditorCommand.cpp | 988 return frame.eventHandler().scrollRecursively(ScrollUp, ScrollByLine); in executeScrollLineUp()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 510 direction = ScrollUp; in scrollByUnits()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 2630 bool verticalScroll = scrollNode(delta.height(), granularity, ScrollUp, node, &stopNode); in handleGestureScrollUpdate()
|