Home
last modified time | relevance | path

Searched refs:ScrollUp (Results 1 – 10 of 10) 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.cpp126 …if ((direction == ScrollUp && m_orientation == VerticalScrollbar) || (direction == ScrollLeft && m… in scroll()
228 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded()
253 return ScrollUp; in pressedPartScrollDirection()
DScrollTypes.h32 ScrollUp, enumerator
DScrollView.cpp311 if (direction == ScrollUp || direction == ScrollDown) { in scroll()
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm513 if (![self _scrollOverflowInDirection:ScrollUp granularity:ScrollByDocument]) {
582 if ([self _scrollOverflowInDirection:up ? ScrollUp : ScrollDown granularity:ScrollByPage])
606 if ([self _scrollOverflowInDirection:up ? ScrollUp : ScrollDown granularity:ScrollByLine])
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp987 direction = ScrollUp; in handleScrolling()
993 direction = ScrollUp; in handleScrolling()
1002 direction = ScrollUp; in handleScrolling()
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp807 popup->scrollbar()->scroll(i > 0 ? ScrollUp : ScrollDown, ScrollByLine, abs(i)); in PopupWndProc()
/external/webkit/WebCore/page/
DEventHandler.cpp1627 scrollAndAcceptEvent(e.deltaY(), ScrollUp, ScrollDown, e, node); in handleWheelEvent()
2182 ScrollDirection direction = event->shiftKey() ? ScrollUp : ScrollDown; in defaultSpaceEventHandler()
/external/webkit/WebCore/dom/
DElement.cpp217 direction = ScrollUp; in scrollByUnits()
/external/webkit/WebKit/win/
DWebView.cpp1574 direction = ScrollUp; in keyDown()
1582 direction = ScrollUp; in keyDown()
1590 direction = ScrollUp; in keyDown()