Searched refs:cumulative_scroll_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/test/
H A Dweb_gesture_curve_mock.cc14 cumulative_scroll_(cumulative_scroll) {
23 blink::WebFloatSize increment(displacement.width - cumulative_scroll_.width,
24 displacement.height - cumulative_scroll_.height);
25 cumulative_scroll_ = displacement;
H A Dweb_gesture_curve_mock.h27 blink::WebSize cumulative_scroll_; member in class:WebGestureCurveMock
/external/chromium_org/ui/events/gestures/
H A Dfling_curve.cc74 gfx::Vector2dF scroll_increment(scroll.x() - cumulative_scroll_.x(),
75 scroll.y() - cumulative_scroll_.y());
76 cumulative_scroll_ = scroll;
H A Dfling_curve.h30 gfx::Vector2dF cumulative_scroll_; member in class:ui::FlingCurve
/external/chromium_org/content/child/
H A Dtouch_fling_gesture_curve.cc87 : cumulative_scroll_(WebFloatSize(cumulative_scroll.width,
144 WebFloatSize scroll_increment(scroll.width - cumulative_scroll_.width,
145 scroll.height - cumulative_scroll_.height);
148 cumulative_scroll_ = scroll;
H A Dtouch_fling_gesture_curve.h40 blink::WebFloatSize cumulative_scroll_; member in class:content::TouchFlingGestureCurve
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy_unittest.cc131 : velocity_(velocity), cumulative_scroll_(cumulative_scroll) {}
140 displacement.width - cumulative_scroll_.width,
141 displacement.height - cumulative_scroll_.height);
142 cumulative_scroll_ = displacement;
150 blink::WebFloatSize cumulative_scroll_; member in class:content::__anon7721::FakeWebGestureCurve

Completed in 463 milliseconds