Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/qt/
DScrollbarQt.cpp85 scroll(horizontal ? ScrollLeft: ScrollUp, ScrollByPage, 1); in contextMenu()
89 scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByLine, 1); in contextMenu()
/external/webkit/WebCore/platform/
DScrollbar.cpp140 …if ((direction == ScrollUp && m_orientation == VerticalScrollbar) || (direction == ScrollLeft && m… in scroll()
229 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded()
254 return ScrollUp; in pressedPartScrollDirection()
DScrollTypes.h32 ScrollUp, enumerator
DScrollView.cpp325 if (direction == ScrollUp || direction == ScrollDown) { in scroll()
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp747 scrollDirection = ScrollUp; in scrollViewWithKeyboard()
755 scrollDirection = ScrollUp; in scrollViewWithKeyboard()
763 scrollDirection = ScrollUp; in scrollViewWithKeyboard()
DWebFrameImpl.cpp1020 return viewImpl()->propagateScroll(ScrollUp, ScrollByDocument); in executeCommand()
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm535 if ([self _scrollOverflowInDirection:ScrollUp granularity:ScrollByDocument])
621 if ([self _scrollOverflowInDirection:up ? ScrollUp : ScrollDown granularity:ScrollByPage])
645 if ([self _scrollOverflowInDirection:up ? ScrollUp : ScrollDown granularity:ScrollByLine])
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp1347 direction = ScrollUp; in handleScrolling()
1353 direction = ScrollUp; in handleScrolling()
1362 direction = ScrollUp; in handleScrolling()
Dqwebframe.cpp427 scrolledVertical = renderLayer->scroll(ScrollUp, ScrollByPixel, qAbs(dy)); in scrollOverflow()
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp977 scrollbar()->scroll(i > 0 ? ScrollUp : ScrollDown, ScrollByLine, abs(i)); in wndProc()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp966 direction = ScrollUp;
980 direction = ScrollUp;
987 direction = ScrollUp;
/external/webkit/WebKit/win/
DWebView.cpp1603 direction = ScrollUp; in verticalScroll()
1611 direction = ScrollUp; in verticalScroll()
1870 direction = ScrollUp; in keyDown()
1878 direction = ScrollUp; in keyDown()
1886 direction = ScrollUp; in keyDown()
/external/webkit/WebCore/page/
DEventHandler.cpp1877 scrollAndAcceptEvent(e.deltaY(), ScrollUp, ScrollDown, e, node, &stopNode); in handleWheelEvent()
2466 ScrollDirection direction = event->shiftKey() ? ScrollUp : ScrollDown; in defaultSpaceEventHandler()
/external/webkit/WebCore/dom/
DElement.cpp227 direction = ScrollUp; in scrollByUnits()