Home
last modified time | relevance | path

Searched refs:ScrollUp (Results 1 – 11 of 11) 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.cpp106 if (direction == ScrollUp || direction == ScrollDown) in scroll()
131 if (direction == ScrollUp || direction == ScrollLeft) in scroll()
DScrollbar.cpp244 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded()
269 return ScrollUp; in pressedPartScrollDirection()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp233 dir = horizontal ? ScrollLeft : ScrollUp; in scroll()
DWebPluginContainerImpl.cpp843 …if (gestureScrollHelper(m_scrollbarGroup.get(), ScrollUp, ScrollDown, webEvent.data.scrollUpdate.d… in handleGestureEvent()
DChromeClientImpl.cpp936 ASSERT(direction != WebCore::ScrollUp && direction != WebCore::ScrollDown); in shouldRubberBandInDirection()
DWebViewImpl.cpp1481 *scrollDirection = ScrollUp; in mapKeyCodeForScroll()
1489 *scrollDirection = ScrollUp; in mapKeyCodeForScroll()
1497 *scrollDirection = ScrollUp; in mapKeyCodeForScroll()
DWebFrameImpl.cpp1204 return viewImpl()->propagateScroll(ScrollUp, ScrollByDocument); in executeCommand()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp988 return frame.eventHandler().scrollRecursively(ScrollUp, ScrollByLine); in executeScrollLineUp()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp510 direction = ScrollUp; in scrollByUnits()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2630 bool verticalScroll = scrollNode(delta.height(), granularity, ScrollUp, node, &stopNode); in handleGestureScrollUpdate()