Searched refs:ScrollByPage (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DWebPageGtk.cpp96 scroll(m_page.get(), keyboardEvent.shiftKey() ? ScrollUp : ScrollDown, ScrollByPage);
117 scroll(m_page.get(), ScrollUp, ScrollByPage);
120 scroll(m_page.get(), ScrollDown, ScrollByPage);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/efl/
H A DWebPageEfl.cpp96 scroll(m_page.get(), keyboardEvent.shiftKey() ? ScrollUp : ScrollDown, ScrollByPage);
117 scroll(m_page.get(), ScrollUp, ScrollByPage);
120 scroll(m_page.get(), ScrollDown, ScrollByPage);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollTypes.h106 ScrollByPage, enumerator in enum:WebCore::ScrollGranularity
H A DScrollAnimatorNone.cpp404 case ScrollByPage:
419 case ScrollByPage:
441 case ScrollByPage:
H A DScrollableArea.cpp104 case ScrollByPage:
H A DScrollbar.cpp278 return ScrollByPage;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp259 logicalScroll(m_page.get(), ScrollBlockDirectionBackward, ScrollByPage);
262 logicalScroll(m_page.get(), ScrollBlockDirectionForward, ScrollByPage);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DWebPageMac.mm651 didPerformAction = scroll(m_page.get(), ScrollUp, ScrollByPage);
658 didPerformAction = scroll(m_page.get(), ScrollDown, ScrollByPage);
665 didPerformAction = scroll(m_page.get(), ScrollLeft, ScrollByPage);
671 didPerformAction = scroll(m_page.get(), ScrollRight, ScrollByPage);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFrameView.mm710 if ([self _scrollOverflowInDirection:up ? ScrollUp : ScrollDown granularity:ScrollByPage])
722 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByPage])
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.h132 ScrollByPage, enumerator in enum:QWebPageAdapter::ScrollGranularity
H A DQWebPageAdapter.cpp1255 granularity = WebCore::ScrollByPage;
1258 granularity = WebCore::ScrollByPage;
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_frame.cpp988 granularity = WebCore::ScrollByPage;
995 granularity = WebCore::ScrollByPage;
999 granularity = WebCore::ScrollByPage;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditorCommand.cpp978 return frame->eventHandler()->logicalScrollRecursively(ScrollBlockDirectionBackward, ScrollByPage);
983 return frame->eventHandler()->logicalScrollRecursively(ScrollBlockDirectionForward, ScrollByPage);
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp2686 *granularity = ScrollByPage;
2689 *granularity = ScrollByPage;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp264 return ScrollByPage;
3748 if (logicalScrollOverflow(direction, ScrollByPage)) {
3757 if (view->logicalScroll(direction, ScrollByPage))
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp2086 granularity = ScrollByPage;
2090 granularity = ScrollByPage;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.cpp631 scrollByUnits(pages, ScrollByPage);
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp1239 granularity = ScrollByPage;

Completed in 541 milliseconds