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

  /external/chromium_org/content/test/
web_gesture_curve_mock.cc 14 cumulative_scroll_(cumulative_scroll) {
23 blink::WebFloatSize increment(displacement.width - cumulative_scroll_.width,
24 displacement.height - cumulative_scroll_.height);
25 cumulative_scroll_ = displacement;
web_gesture_curve_mock.h 27 blink::WebSize cumulative_scroll_; member in class:WebGestureCurveMock
  /external/chromium_org/content/child/
touch_fling_gesture_curve.cc 85 : cumulative_scroll_(WebFloatSize(cumulative_scroll.width,
147 WebFloatSize scroll_increment(scroll.width - cumulative_scroll_.width,
148 scroll.height - cumulative_scroll_.height);
151 cumulative_scroll_ = scroll;
touch_fling_gesture_curve.h 44 blink::WebFloatSize cumulative_scroll_; member in class:content::TouchFlingGestureCurve
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 133 : velocity_(velocity), cumulative_scroll_(cumulative_scroll) {}
142 displacement.width - cumulative_scroll_.width,
143 displacement.height - cumulative_scroll_.height);
144 cumulative_scroll_ = displacement;
152 blink::WebFloatSize cumulative_scroll_; member in class:content::__anon11977::FakeWebGestureCurve
    [all...]

Completed in 241 milliseconds