Searched defs:DidStopFlinging (Results 1 - 9 of 9) 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.cc226 void SynchronousCompositorImpl::DidStopFlinging() { function in class:content::SynchronousCompositorImpl
230 rwhv->DidStopFlinging();
/external/chromium_org/content/renderer/input/
H A Dinput_handler_wrapper.cc56 void InputHandlerWrapper::DidStopFlinging() { function in class:content::InputHandlerWrapper
57 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.cc87 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.h180 virtual void DidStopFlinging() {} function in class:content::RenderWidgetHostViewBase
H A Drender_widget_host_view_android.cc1248 void RenderWidgetHostViewAndroid::DidStopFlinging() { function in class:content::RenderWidgetHostViewAndroid
1250 content_view_core_->DidStopFlinging();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc230 void LayerTreeHost::DidStopFlinging() { function in class:cc::LayerTreeHost
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc726 void ContentViewCoreImpl::DidStopFlinging() { function in class:content::ContentViewCoreImpl

Completed in 163 milliseconds