Searched refs:ScrollLeft (Results 1 – 18 of 18) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | ScrollTypes.h | 34 ScrollLeft, enumerator 56 return ScrollLeft; in logicalToPhysical() 69 return ScrollLeft; in logicalToPhysical() 76 return ScrollLeft; in logicalToPhysical() 89 return ScrollLeft; in logicalToPhysical()
|
D | Scrollbar.cpp | 219 if (dir == ScrollUp || dir == ScrollLeft) { in startTimerIfNeeded() 240 return ScrollLeft; in pressedPartScrollDirection()
|
D | ScrollableArea.cpp | 89 if (direction == ScrollUp || direction == ScrollLeft) in scroll()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | ScrollbarQt.cpp | 85 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByDocument); in contextMenu() 89 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByPage); in contextMenu() 93 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByLine); in contextMenu()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/ |
D | WebPageGtk.cpp | 76 scroll(m_page.get(), ScrollLeft, ScrollByLine); in performDefaultBehaviorForKeyEvent()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebScrollbarImpl.cpp | 115 dir = horizontal ? ScrollLeft : ScrollUp; in scroll() 212 …:scroll((m_scrollbar->orientation() == HorizontalScrollbar) ? WebCore::ScrollLeft : WebCore::Scrol… in onMouseWheel()
|
D | WebViewImpl.cpp | 840 *scrollDirection = ScrollLeft; in mapKeyCodeForScroll()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/ |
D | WebPageQt.cpp | 238 scroll(m_page.get(), ScrollLeft, ScrollByLine); in performDefaultBehaviorForKeyEvent()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 544 scroll(m_page.get(), ScrollLeft, ScrollByDocument); 551 scroll(m_page.get(), ScrollLeft, ScrollByDocument); 553 scroll(m_page.get(), ScrollLeft, ScrollByLine); 555 scroll(m_page.get(), ScrollLeft, ScrollByPage);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
D | WebPageWin.cpp | 218 scroll(m_page.get(), ScrollLeft, ScrollByLine); in performDefaultBehaviorForKeyEvent()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebView.cpp | 449 direction = ScrollLeft; in onHorizontalScroll() 457 direction = ScrollLeft; in onHorizontalScroll()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameView.mm | 689 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByPage]) 723 if ([self _scrollOverflowInDirection:left ? ScrollLeft : ScrollRight granularity:ScrollByLine])
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe.cpp | 149 scrolledHorizontal = renderLayer->scroll(ScrollLeft, ScrollByPixel, qAbs(dx)); in qtwebkit_webframe_scrollOverflow()
|
D | qwebpage.cpp | 1300 direction = ScrollLeft; in handleScrolling()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_frame.cpp | 1556 direction = WebCore::ScrollLeft; in _ewk_frame_handle_key_scrolling()
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 1737 direction = ScrollLeft; in horizontalScroll() 1745 direction = ScrollLeft; in horizontalScroll() 1970 direction = ScrollLeft; in keyDown()
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 2182 …if (scrollNode(wheelEvent->rawDeltaX(), wheelEvent->granularity(), ScrollLeft, ScrollRight, startN… in defaultWheelEventHandler()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 1297 direction = ScrollLeft; in webkit_web_view_real_move_cursor()
|