Searched refs:scrollBy (Results 1 - 16 of 16) sorted by relevance

/external/webkit/WebKit/wx/
H A DWebView.cpp800 frame->view()->scrollBy(WebCore::IntSize(-WebCore::Scrollbar::pixelsPerLineStep(), 0));
804 frame->view()->scrollBy(WebCore::IntSize(0, -WebCore::Scrollbar::pixelsPerLineStep()));
808 frame->view()->scrollBy(WebCore::IntSize(WebCore::Scrollbar::pixelsPerLineStep(), 0));
812 frame->view()->scrollBy(WebCore::IntSize(0, WebCore::Scrollbar::pixelsPerLineStep()));
824 frame->view()->scrollBy(WebCore::IntSize(0, -frame->view()->visibleHeight() * WebCore::Scrollbar::minFractionToStepWhenPaging()));
828 frame->view()->scrollBy(WebCore::IntSize(0, frame->view()->visibleHeight() * WebCore::Scrollbar::minFractionToStepWhenPaging()));
/external/webkit/WebCore/platform/
H A DScrollView.h145 void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); } function in class:WebCore::ScrollView
H A DScrollView.cpp674 scrollBy(IntSize(-deltaX, -deltaY));
/external/webkit/WebKit/win/Interfaces/
H A DIWebViewPrivate.idl89 HRESULT scrollBy([in] LPPOINT offset);
/external/webkit/WebKit/android/jni/
H A DWebViewCore.h125 void scrollBy(int x, int y, bool animate);
H A DWebViewCore.cpp947 void WebViewCore::scrollBy(int dx, int dy, bool animate) function in class:android::WebViewCore
1146 this->scrollBy(dx, dy, true);
/external/webkit/WebCore/page/
H A DDOMWindow.h232 void scrollBy(int x, int y) const;
H A DDOMWindow.cpp1145 void DOMWindow::scrollBy(int x, int y) const function in class:WebCore::DOMWindow
1156 view->scrollBy(IntSize(x, y));
H A DDOMWindow.idl110 [RequiresAllArguments] void scrollBy(in long x, in long y);
/external/webkit/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp507 PLUGIN_LOG("%s call scrollBy (%d,%d)", __FUNCTION__, deltaX, deltaY);
509 core->scrollBy(deltaX, deltaY, true);
/external/webkit/WebKit/android/nav/
H A DWebView.cpp330 if ((dx|dy) == 0 || !scrollBy(dx, dy))
729 DBG_NAV_LOGD("scrollBy %d,%d", dx, dy);
731 this->scrollBy(dx, dy);
869 scrollBy(dx, 0);
1098 bool scrollBy(int dx, int dy) function in class:android::WebView
/external/webkit/WebKit/qt/Api/
H A Dqwebframe.cpp1067 d->frame->view()->scrollBy(IntSize(dx, dy));
1105 frame->view()->scrollBy(IntSize(dx, dy));
/external/webkit/WebKit/win/
H A DWebView.h611 virtual HRESULT STDMETHODCALLTYPE scrollBy(
H A DWebView.cpp4797 HRESULT STDMETHODCALLTYPE WebView::scrollBy(
4802 m_page->mainFrame()->view()->scrollBy(IntSize(offset->x, offset->y));
/external/webkit/WebCore/rendering/
H A DRenderLayer.cpp1172 renderer()->view()->frameView()->scrollBy(IntSize(xDelta, yDelta));
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js4729 parent.frames[MTMenuFrame].scrollBy(0, parseInt(MTMyval - (MTMWinSize * 1/3)));

Completed in 1846 milliseconds