Home
last modified time | relevance | path

Searched refs:ScrollByLine (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/qt/
DScrollbarQt.cpp89 scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByLine, 1); in contextMenu()
91 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByLine, 1); in contextMenu()
/external/webkit/WebCore/platform/
DScrollTypes.h39 ScrollByLine, enumerator
DScrollbar.cpp145 if (granularity == ScrollByLine) in scroll()
262 return ScrollByLine; in pressedPartScrollGranularity()
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp740 scrollGranularity = ScrollByLine; in scrollViewWithKeyboard()
744 scrollGranularity = ScrollByLine; in scrollViewWithKeyboard()
748 scrollGranularity = ScrollByLine; in scrollViewWithKeyboard()
752 scrollGranularity = ScrollByLine; in scrollViewWithKeyboard()
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp1361 granularity = ScrollByLine; in handleScrolling()
1365 granularity = ScrollByLine; in handleScrolling()
1369 granularity = ScrollByLine; in handleScrolling()
1373 granularity = ScrollByLine; in handleScrolling()
/external/webkit/WebKit/win/
DWebView.cpp1598 granularity = ScrollByLine; in verticalScroll()
1602 granularity = ScrollByLine; in verticalScroll()
1628 granularity = ScrollByLine; in horizontalScroll()
1632 granularity = ScrollByLine; in horizontalScroll()
1861 granularity = ScrollByLine; in keyDown()
1865 granularity = ScrollByLine; in keyDown()
1869 granularity = ScrollByLine; in keyDown()
1873 granularity = ScrollByLine; in keyDown()
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm645 if ([self _scrollOverflowInDirection:up ? ScrollUp : ScrollDown granularity:ScrollByLine])
657 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByLine])
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp977 scrollbar()->scroll(i > 0 ? ScrollUp : ScrollDown, ScrollByLine, abs(i)); in wndProc()
/external/webkit/WebCore/dom/
DElement.cpp237 scrollByUnits(lines, ScrollByLine); in scrollByLines()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp962 granularity = ScrollByLine;
969 granularity = ScrollByLine;
/external/webkit/WebCore/
DChangeLog-2007-10-1446489 Add ScrollByPixel, remove ScrollByWheel (which was same as ScrollByLine anyway)