Searched refs:DidStopFlinging (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_input_event_filter.h41 virtual void DidStopFlinging(int routing_id) OVERRIDE;
H A Dsynchronous_input_event_filter.cc79 void SynchronousInputEventFilter::DidStopFlinging(int routing_id) { function in class:content::SynchronousInputEventFilter
85 compositor->DidStopFlinging();
H A Dsynchronous_compositor_impl.h90 void DidStopFlinging();
H A Dsynchronous_compositor_impl.cc223 void SynchronousCompositorImpl::DidStopFlinging() { function in class:content::SynchronousCompositorImpl
227 rwhv->DidStopFlinging();
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy_client.h39 virtual void DidStopFlinging() = 0;
H A Dinput_handler_wrapper.cc57 void InputHandlerWrapper::DidStopFlinging() { function in class:content::InputHandlerWrapper
58 input_handler_manager_->DidStopFlinging(routing_id_);
H A Dinput_handler_manager_client.h50 virtual void DidStopFlinging(int routing_id) = 0;
H A Dinput_handler_manager.cc130 void InputHandlerManager::DidStopFlinging(int routing_id) { function in class:content::InputHandlerManager
131 client_->DidStopFlinging(routing_id);
H A Dinput_handler_manager.h61 void DidStopFlinging(int routing_id);
H A Dinput_handler_wrapper.h38 virtual void DidStopFlinging() OVERRIDE;
H A Dinput_event_filter.h63 virtual void DidStopFlinging(int routing_id) OVERRIDE;
H A Dinput_handler_proxy.cc576 // and |DidStopFlinging()|. TODO(jdduke): Provide a count parameter to
577 // |DidStopFlinging()| and only send after the accumulated fling ends.
578 client_->DidStopFlinging();
645 client_->DidStopFlinging();
683 client_->DidStopFlinging();
H A Dinput_event_filter.cc89 void InputEventFilter::DidStopFlinging(int routing_id) { function in class:content::InputEventFilter
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.h52 virtual void DidStopFlinging() OVERRIDE;
H A Dtouch_editable_impl_aura_browsertest.cc68 virtual void DidStopFlinging() OVERRIDE {
70 TouchEditableImplAura::DidStopFlinging();
H A Dtouch_editable_impl_aura.cc189 void TouchEditableImplAura::DidStopFlinging() { function in class:content::TouchEditableImplAura
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h183 virtual void DidStopFlinging() {} function in class:content::RenderWidgetHostViewBase
H A Drender_widget_host_view_aura.h119 virtual void DidStopFlinging() = 0;
237 virtual void DidStopFlinging() OVERRIDE;
H A Drender_widget_host_view_android.h185 virtual void DidStopFlinging() OVERRIDE;
H A Drender_widget_host_view_android.cc1584 void RenderWidgetHostViewAndroid::DidStopFlinging() { function in class:content::RenderWidgetHostViewAndroid
1586 content_view_core_->DidStopFlinging();
H A Drender_widget_host_view_aura.cc1068 void RenderWidgetHostViewAura::DidStopFlinging() { function in class:content::RenderWidgetHostViewAura
1070 touch_editing_client_->DidStopFlinging();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h109 void DidStopFlinging();
H A Dlayer_tree_host.cc249 void LayerTreeHost::DidStopFlinging() { function in class:cc::LayerTreeHost
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h260 void DidStopFlinging();
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc654 layer_tree_host_->DidStopFlinging();

Completed in 329 milliseconds

12