Searched defs:DidStopFlinging (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/android/in_process/
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.cc223 void SynchronousCompositorImpl::DidStopFlinging() { function in class:content::SynchronousCompositorImpl
227 rwhv->DidStopFlinging();
/external/chromium_org/content/renderer/input/
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.cc130 void InputHandlerManager::DidStopFlinging(int routing_id) { function in class:content::InputHandlerManager
131 client_->DidStopFlinging(routing_id);
H A Dinput_event_filter.cc89 void InputEventFilter::DidStopFlinging(int routing_id) { function in class:content::InputEventFilter
/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_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/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc189 void TouchEditableImplAura::DidStopFlinging() { function in class:content::TouchEditableImplAura
/external/chromium_org/cc/trees/
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.cc710 void ContentViewCoreImpl::DidStopFlinging() { function in class:content::ContentViewCoreImpl

Completed in 188 milliseconds