Home
last modified time | relevance | path

Searched refs:ScrollRight (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/qt/
DScrollbarQt.cpp87 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByPage, 1); in contextMenu()
91 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByLine, 1); in contextMenu()
/external/webkit/WebCore/platform/
DScrollTypes.h35 ScrollRight enumerator
DScrollbar.cpp142 … == ScrollDown && m_orientation == VerticalScrollbar) || (direction == ScrollRight && m_orientatio… in scroll()
251 return ScrollRight; in pressedPartScrollDirection()
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm633 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByPage])
657 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByLine])
/external/webkit/WebKit/qt/Api/
Dqwebframe.cpp420 scrolledHorizontal = renderLayer->scroll(ScrollRight, ScrollByPixel, dx); in scrollOverflow()
Dqwebpage.cpp1374 direction = ScrollRight; in handleScrolling()
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp743 scrollDirection = ScrollRight; in scrollViewWithKeyboard()
/external/webkit/WebKit/win/
DWebView.cpp1633 direction = ScrollRight; in horizontalScroll()
1641 direction = ScrollRight; in horizontalScroll()
1866 direction = ScrollRight; in keyDown()
/external/webkit/WebCore/page/
DEventHandler.cpp1876 scrollAndAcceptEvent(e.deltaX(), ScrollLeft, ScrollRight, e, node, &stopNode); in handleWheelEvent()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp971 direction = ScrollRight;