Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DScrollTypes.h41 ScrollByDocument, enumerator
DScrollbar.cpp130 else if (granularity == ScrollByDocument) in scroll()
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm530 if ([self _scrollOverflowInDirection:ScrollUp granularity:ScrollByDocument])
540 if ([self _scrollOverflowInDirection:ScrollDown granularity:ScrollByDocument])
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp1036 granularity = ScrollByDocument; in handleScrolling()
1040 granularity = ScrollByDocument; in handleScrolling()
/external/webkit/WebCore/rendering/
DRenderLayer.cpp1954 if (granularity == ScrollByDocument) { in scroll()
1957 didHorizontalScroll = m_hBar->scroll(ScrollLeft, ScrollByDocument, multiplier); in scroll()
/external/webkit/WebKit/win/
DWebView.cpp1710 granularity = ScrollByDocument; in keyDown()
1714 granularity = ScrollByDocument; in keyDown()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp904 granularity = ScrollByDocument; in webkit_web_view_real_move_cursor()