Searched refs:ScrollByPage (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebCore/platform/qt/ |
D | ScrollbarQt.cpp | 85 scroll(horizontal ? ScrollLeft: ScrollUp, ScrollByPage, 1); in contextMenu() 87 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByPage, 1); in contextMenu()
|
/external/webkit/WebCore/platform/ |
D | ScrollTypes.h | 40 ScrollByPage, enumerator
|
D | Scrollbar.cpp | 147 else if (granularity == ScrollByPage) in scroll() 263 return ScrollByPage; in pressedPartScrollGranularity()
|
/external/webkit/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 764 scrollGranularity = ScrollByPage; in scrollViewWithKeyboard() 768 scrollGranularity = ScrollByPage; in scrollViewWithKeyboard()
|
/external/webkit/WebCore/page/ |
D | EventHandler.cpp | 124 …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/ |
D | WebFrameView.mm | 621 if ([self _scrollOverflowInDirection:up ? ScrollUp : ScrollDown granularity:ScrollByPage]) 633 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByPage])
|
/external/webkit/WebKit/qt/Api/ |
D | qwebpage.cpp | 1342 granularity = ScrollByPage; in handleScrolling() 1346 granularity = ScrollByPage; in handleScrolling()
|
/external/webkit/WebCore/dom/ |
D | Element.cpp | 242 scrollByUnits(pages, ScrollByPage); in scrollByPages()
|
/external/webkit/WebKit/win/ |
D | WebView.cpp | 1885 granularity = ScrollByPage; in keyDown() 1889 granularity = ScrollByPage; in keyDown()
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 976 granularity = ScrollByPage;
|