Searched refs:ScrollRight (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebCore/platform/qt/ |
D | ScrollbarQt.cpp | 87 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByPage, 1); in contextMenu() 91 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByLine, 1); in contextMenu()
|
/external/webkit/WebCore/platform/ |
D | ScrollTypes.h | 35 ScrollRight enumerator
|
D | Scrollbar.cpp | 142 … == ScrollDown && m_orientation == VerticalScrollbar) || (direction == ScrollRight && m_orientatio… in scroll() 251 return ScrollRight; in pressedPartScrollDirection()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrameView.mm | 633 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByPage]) 657 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByLine])
|
/external/webkit/WebKit/qt/Api/ |
D | qwebframe.cpp | 420 scrolledHorizontal = renderLayer->scroll(ScrollRight, ScrollByPixel, dx); in scrollOverflow()
|
D | qwebpage.cpp | 1374 direction = ScrollRight; in handleScrolling()
|
/external/webkit/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 743 scrollDirection = ScrollRight; in scrollViewWithKeyboard()
|
/external/webkit/WebKit/win/ |
D | WebView.cpp | 1633 direction = ScrollRight; in horizontalScroll() 1641 direction = ScrollRight; in horizontalScroll() 1866 direction = ScrollRight; in keyDown()
|
/external/webkit/WebCore/page/ |
D | EventHandler.cpp | 1876 scrollAndAcceptEvent(e.deltaX(), ScrollLeft, ScrollRight, e, node, &stopNode); in handleWheelEvent()
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 971 direction = ScrollRight;
|