cumulative_scroll_ 85 content/child/touch_fling_gesture_curve.cc : cumulative_scroll_(WebFloatSize(cumulative_scroll.width, cumulative_scroll_ 145 content/child/touch_fling_gesture_curve.cc WebFloatSize scroll_increment(scroll.width - cumulative_scroll_.width, cumulative_scroll_ 146 content/child/touch_fling_gesture_curve.cc scroll.height - cumulative_scroll_.height); cumulative_scroll_ 149 content/child/touch_fling_gesture_curve.cc cumulative_scroll_ = scroll; cumulative_scroll_ 44 content/child/touch_fling_gesture_curve.h blink::WebFloatSize cumulative_scroll_; cumulative_scroll_ 99 content/renderer/input/input_handler_proxy_unittest.cc displacement.width - cumulative_scroll_.width, cumulative_scroll_ 100 content/renderer/input/input_handler_proxy_unittest.cc displacement.height - cumulative_scroll_.height); cumulative_scroll_ 101 content/renderer/input/input_handler_proxy_unittest.cc cumulative_scroll_ = displacement; cumulative_scroll_ 110 content/renderer/input/input_handler_proxy_unittest.cc blink::WebFloatSize cumulative_scroll_; cumulative_scroll_ 23 content/test/web_gesture_curve_mock.cc blink::WebFloatSize increment(displacement.width - cumulative_scroll_.width, cumulative_scroll_ 24 content/test/web_gesture_curve_mock.cc displacement.height - cumulative_scroll_.height); cumulative_scroll_ 25 content/test/web_gesture_curve_mock.cc cumulative_scroll_ = displacement; cumulative_scroll_ 27 content/test/web_gesture_curve_mock.h blink::WebSize cumulative_scroll_;