Searched defs:scrollBy (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollView.h199 void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); } function in class:WebCore::ScrollView
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1373 void DOMWindow::scrollBy(int x, int y) const function in class:WebCore::DOMWindow
1384 view->scrollBy(IntSize(x, y));
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp249 if ((dx|dy) == 0 || !scrollBy(dx, dy))
436 bool scrollBy(int dx, int dy) function in class:android::WebView
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp1113 void WebPage::scrollBy(uint32_t scrollDirection, uint32_t scrollGranularity) function in class:WebKit::WebPage
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp910 void WebPageProxy::scrollBy(ScrollDirection direction, ScrollGranularity granularity) function in class:WebKit::WebPageProxy

Completed in 248 milliseconds