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

  /external/chromium_org/content/browser/renderer_host/
smooth_scroll_gesture_controller.h 34 base::TimeDelta GetSyntheticScrollMessageInterval() const;
smooth_scroll_gesture_controller.cc 43 timer_.Start(FROM_HERE, GetSyntheticScrollMessageInterval(), this,
48 SmoothScrollGestureController::GetSyntheticScrollMessageInterval() const {
basic_mouse_wheel_smooth_scroll_gesture.cc 31 RenderWidgetHostImpl::From(host)->GetSyntheticScrollMessageInterval());
touch_smooth_scroll_gesture_android.cc 60 RenderWidgetHostImpl::From(rwh_)->GetSyntheticScrollMessageInterval())
touch_smooth_scroll_gesture_aura.cc 57 host_impl->GetSyntheticScrollMessageInterval());
smooth_scroll_gesture_controller_unittest.cc 134 controller_.GetSyntheticScrollMessageInterval().InMilliseconds() *
render_widget_host_impl.h 506 base::TimeDelta GetSyntheticScrollMessageInterval() const;
    [all...]
render_widget_host_impl.cc 361 RenderWidgetHostImpl::GetSyntheticScrollMessageInterval() const {
362 return smooth_scroll_gesture_controller_.GetSyntheticScrollMessageInterval();
    [all...]

Completed in 98 milliseconds