Home
last modified time | relevance | path

Searched refs:ScrollByPage (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/qt/
DScrollbarQt.cpp85 scroll(horizontal ? ScrollLeft: ScrollUp, ScrollByPage, 1); in contextMenu()
87 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByPage, 1); in contextMenu()
/external/webkit/WebCore/platform/
DScrollTypes.h40 ScrollByPage, enumerator
DScrollbar.cpp147 else if (granularity == ScrollByPage) in scroll()
263 return ScrollByPage; in pressedPartScrollGranularity()
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp764 scrollGranularity = ScrollByPage; in scrollViewWithKeyboard()
768 scrollGranularity = ScrollByPage; in scrollViewWithKeyboard()
/external/webkit/WebCore/page/
DEventHandler.cpp124 …if (enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPage, 1, stopN… in scrollAndAcceptEvent()
2467 if (scrollOverflow(direction, ScrollByPage)) { in defaultSpaceEventHandler()
2476 if (view->scroll(direction, ScrollByPage)) in defaultSpaceEventHandler()
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm621 if ([self _scrollOverflowInDirection:up ? ScrollUp : ScrollDown granularity:ScrollByPage])
633 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByPage])
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp1342 granularity = ScrollByPage; in handleScrolling()
1346 granularity = ScrollByPage; in handleScrolling()
/external/webkit/WebCore/dom/
DElement.cpp242 scrollByUnits(pages, ScrollByPage); in scrollByPages()
/external/webkit/WebKit/win/
DWebView.cpp1885 granularity = ScrollByPage; in keyDown()
1889 granularity = ScrollByPage; in keyDown()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp976 granularity = ScrollByPage;