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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGestureCurveTarget.h35 virtual void scrollBy(const WebFloatSize& delta) = 0;
/external/chromium_org/webkit/support/
H A Dweb_gesture_curve_mock.cc28 // scrollBy() could delete this curve if the animation is over, so don't
30 target->scrollBy(increment);
/external/chromium_org/content/renderer/gpu/
H A Dinput_handler_proxy.h52 virtual void scrollBy(const WebKit::WebFloatSize& offset);
H A Dinput_handler_proxy.cc388 "InputHandlerProxy::scrollBy::AbortFling",
409 void InputHandlerProxy::scrollBy(const WebFloatSize& increment) { function in class:content::InputHandlerProxy
420 "InputHandlerProxy::scrollBy",
H A Dinput_handler_proxy_unittest.cc97 // scrollBy() could delete this curve if the animation is over, so don't
99 target->scrollBy(increment);
/external/chromium_org/webkit/child/
H A Dtouch_fling_gesture_curve_unittest.cc27 virtual void scrollBy(const WebFloatSize& delta) { function in class:__anon14823::MockGestureCurveTarget
H A Dfling_animator_impl_android.cc134 // scrollBy() could delete this curve if the animation is over, so don't touch
136 target->scrollBy(scroll_amount);
H A Dtouch_fling_gesture_curve.cc154 // scrollBy() could delete this curve if the animation is over, so don't
156 target->scrollBy(scroll_increment);
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js150 window.scrollBy(0, rect.top);
152 window.scrollBy(0, rect.bottom - innerHeight);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js132 window.scrollBy(0, rect.top);
134 window.scrollBy(0, rect.bottom - innerHeight);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwScrollOffsetManager.java172 scrollBy(deltaX, deltaY);
175 private void scrollBy(int deltaX, int deltaY) { method in class:AwScrollOffsetManager
305 scrollBy(x - oldX, y - oldY);
429 scrollBy(scrollXDelta, scrollYDelta);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java526 * the Java view system, it is always pinned at (0, 0). scrollBy() and scrollTo()
531 public void scrollBy(int x, int y) { method in class:ContentView
532 mContentViewCore.scrollBy(x, y);
H A DContentViewCore.java1776 * @see View#scrollBy(int, int)
1778 * the Java view system, it is always pinned at (0, 0). scrollBy() and scrollTo()
1782 public void scrollBy(int xPix, int yPix) { method in class:ContentViewCore
/external/chromium_org/chrome_frame/
H A Dhtml_window_impl.h347 STDMETHOD(scrollBy)(long x, long y) { function in class:HTMLWindowImpl
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.h166 void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); } function in class:WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMWindow.h228 void scrollBy(int x, int y) const;
H A DWindow.idl94 void scrollBy([Default=Undefined] optional long x, [Default=Undefined] optional long y);
H A DDOMWindow.cpp1264 void DOMWindow::scrollBy(int x, int y) const function in class:WebCore::DOMWindow
1276 view->scrollBy(scaledOffset);
H A DSpatialNavigation.cpp361 frame->view()->scrollBy(IntSize(dx, dy));
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
H A DcalendarPicker.js1391 this.scrollBy(deltaY, false);
1495 ScrollView.prototype.scrollBy = function(offset, animate) {
2101 this.scrollView.scrollBy(scrollAmount, false);
2665 this.scrollView.scrollBy(-YearListCell.Height, true);
2668 this.scrollView.scrollBy(YearListCell.Height, true);
2671 this.scrollView.scrollBy(-this.scrollView.height(), true);
2674 this.scrollView.scrollBy(this.scrollView.height(), true);
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.js528 window.scrollBy(
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h402 virtual void scrollBy(const WebFloatSize&);
H A DWebViewImpl.cpp621 void WebViewImpl::scrollBy(const WebFloatSize& delta) function in class:WebKit::WebViewImpl
4058 TRACE_EVENT_INSTANT2("webkit", "WebViewImpl::applyScrollAndScale::scrollBy", "x", scrollDelta.width, "y", scrollDelta.height);
/external/robolectric/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp2111 renderer()->view()->frameView()->scrollBy(delta);

Completed in 595 milliseconds