HomeSort by relevance Sort by last modified time
    Searched refs:cumulativeScroll (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/child/
touch_fling_gesture_curve.h 29 const blink::WebSize& cumulativeScroll);
36 const blink::WebSize& cumulativeScroll);
  /external/chromium_org/third_party/WebKit/public/web/
WebActiveWheelFlingParameters.h 44 WebSize cumulativeScroll;
  /external/chromium_org/content/renderer/input/
input_handler_wrapper.h 36 const blink::WebSize& cumulativeScroll) OVERRIDE;
input_handler_proxy.cc 806 fling_parameters_.cumulativeScroll.width += clipped_increment.width;
807 fling_parameters_.cumulativeScroll.height += clipped_increment.height;
input_handler_proxy_unittest.cc 625 // *) cumulativeScroll depends on the curve, but since we've animated in the
640 testing::Field(&WebActiveWheelFlingParameters::cumulativeScroll,
729 // *) cumulativeScroll depends on the curve, but since we've animated in the
744 testing::Field(&WebActiveWheelFlingParameters::cumulativeScroll,
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 581 // with |velocity| and already scrolled |cumulativeScroll| pixels.
582 virtual WebGestureCurve* createFlingAnimationCurve(WebGestureDevice deviceSource, const WebFloatPoint& velocity, const WebSize& cumulativeScroll) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 543 milliseconds