Home
last modified time | relevance | path

Searched refs:ScrollByDocument (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/
DScrollTypes.h41 ScrollByDocument, enumerator
DScrollbar.cpp149 else if (granularity == ScrollByDocument) in scroll()
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp756 scrollGranularity = ScrollByDocument; in scrollViewWithKeyboard()
760 scrollGranularity = ScrollByDocument; in scrollViewWithKeyboard()
DWebFrameImpl.cpp1020 return viewImpl()->propagateScroll(ScrollUp, ScrollByDocument); in executeCommand()
1023 return viewImpl()->propagateScroll(ScrollDown, ScrollByDocument); in executeCommand()
/external/webkit/WebKit/win/
DWebView.cpp1606 granularity = ScrollByDocument; in verticalScroll()
1610 granularity = ScrollByDocument; in verticalScroll()
1636 granularity = ScrollByDocument; in horizontalScroll()
1640 granularity = ScrollByDocument; in horizontalScroll()
1877 granularity = ScrollByDocument; in keyDown()
1881 granularity = ScrollByDocument; in keyDown()
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm535 if ([self _scrollOverflowInDirection:ScrollUp granularity:ScrollByDocument])
545 if ([self _scrollOverflowInDirection:ScrollDown granularity:ScrollByDocument])
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp1352 granularity = ScrollByDocument; in handleScrolling()
1356 granularity = ScrollByDocument; in handleScrolling()
/external/webkit/WebCore/rendering/
DRenderLayer.cpp2125 if (granularity == ScrollByDocument) { in scroll()
2128 didHorizontalScroll = m_hBar->scroll(ScrollLeft, ScrollByDocument, multiplier); in scroll()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp983 granularity = ScrollByDocument;