/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwScrollOffsetManager.java | 183 scrollBy(deltaX, deltaY); in overScrollBy() 186 private void scrollBy(int deltaX, int deltaY) { in scrollBy() method in AwScrollOffsetManager 314 scrollBy(x - oldX, y - oldY); in computeScrollAndAbsorbGlow() 438 scrollBy(scrollXDelta, scrollYDelta); in requestChildRectangleOnScreen()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGestureCurveTarget.h | 35 virtual void scrollBy(const WebFloatSize& delta) = 0;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
D | popup.js | 150 window.scrollBy(0, rect.top); 152 window.scrollBy(0, rect.bottom - innerHeight);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
D | popup.js | 132 window.scrollBy(0, rect.top); 134 window.scrollBy(0, rect.bottom - innerHeight);
|
/external/chromium_org/content/test/ |
D | web_gesture_curve_mock.cc | 30 target->scrollBy(increment); in apply()
|
/external/chromium_org/chrome/browser/resources/uber/ |
D | uber_utils.js | 84 window.scrollBy(-params.deltaX * 49 / 120, -params.deltaY * 49 / 120);
|
/external/chromium_org/webkit/child/ |
D | touch_fling_gesture_curve_unittest.cc | 27 virtual void scrollBy(const WebFloatSize& delta) { in scrollBy() function in __anon0c02e0440111::MockGestureCurveTarget
|
D | touch_fling_gesture_curve.cc | 156 target->scrollBy(scroll_increment); in apply()
|
D | fling_animator_impl_android.cc | 136 target->scrollBy(scroll_amount); in apply()
|
/external/chromium_org/content/renderer/input/ |
D | input_handler_proxy.h | 52 virtual void scrollBy(const blink::WebFloatSize& offset);
|
D | input_handler_proxy.cc | 430 void InputHandlerProxy::scrollBy(const WebFloatSize& increment) { in scrollBy() function in content::InputHandlerProxy
|
D | input_handler_proxy_unittest.cc | 103 target->scrollBy(increment); in apply()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ContentView.java | 531 public void scrollBy(int x, int y) { in scrollBy() method in ContentView 532 mContentViewCore.scrollBy(x, y); in scrollBy()
|
D | ContentViewCore.java | 1942 public void scrollBy(int xPix, int yPix) {
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollView.h | 164 void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); } in scrollBy() function
|
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
D | calendarPicker.js | 1392 this.scrollBy(deltaY, false); 1496 ScrollView.prototype.scrollBy = function(offset, animate) { method in ScrollView 2102 this.scrollView.scrollBy(scrollAmount, false); 2666 this.scrollView.scrollBy(-YearListCell.Height, true); 2669 this.scrollView.scrollBy(YearListCell.Height, true); 2672 this.scrollView.scrollBy(-this.scrollView.height(), true); 2675 this.scrollView.scrollBy(this.scrollView.height(), true);
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | DOMWindow.h | 230 void scrollBy(int x, int y) const;
|
D | Window.idl | 96 void scrollBy(long x, long y);
|
D | DOMWindow.cpp | 1390 void DOMWindow::scrollBy(int x, int y) const in scrollBy() function in WebCore::DOMWindow 1403 view->scrollBy(scaledOffset); in scrollBy()
|
/external/chromium_org/chrome_frame/ |
D | html_window_impl.h | 347 STDMETHOD(scrollBy)(long x, long y) { in STDMETHOD() argument
|
/external/chromium/chrome/browser/resources/ntp/ |
D | apps.js | 528 window.scrollBy(
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.h | 392 virtual void scrollBy(const WebFloatSize&);
|
D | WebViewImpl.cpp | 618 void WebViewImpl::scrollBy(const WebFloatSize& delta) in scrollBy() function in blink::WebViewImpl
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | SpatialNavigation.cpp | 360 frame->view()->scrollBy(IntSize(dx, dy)); in scrollInDirection()
|
D | EventHandler.cpp | 3873 view->scrollBy(IntSize(-dx, -dy)); in handleMouseEventAsEmulatedGesture()
|