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

  /external/chromium_org/content/browser/renderer_host/input/
input_ack_handler.h 28 virtual void OnGestureEventAck(const GestureEventWithLatencyInfo& event,
mock_input_ack_handler.cc 58 void MockInputAckHandler::OnGestureEventAck(
mock_input_ack_handler.h 27 virtual void OnGestureEventAck(const GestureEventWithLatencyInfo& event,
gesture_event_queue.h 36 virtual void OnGestureEventAck(
touch_event_queue.h 106 void OnGestureEventAck(
input_router_impl.h 98 virtual void OnGestureEventAck(const GestureEventWithLatencyInfo& event,
input_router_impl.cc 294 void InputRouterImpl::OnGestureEventAck(
297 touch_event_queue_.OnGestureEventAck(event, ack_result);
298 ack_handler_->OnGestureEventAck(event, ack_result);
636 // |gesture_event_queue_| will forward to OnGestureEventAck when appropriate.
gesture_event_queue.cc 183 client_->OnGestureEventAck(event_with_latency, ack_result);
input_router_impl_perftest.cc 46 virtual void OnGestureEventAck(const GestureEventWithLatencyInfo& event,
touch_event_queue.cc 594 void TouchEventQueue::OnGestureEventAck(
gesture_event_queue_unittest.cc 57 virtual void OnGestureEventAck(
    [all...]
touch_event_queue_unittest.cc 128 queue_->OnGestureEventAck(event, ack_result);
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 276 void OnGestureEventAck(const blink::WebGestureEvent& event,
content_view_core_impl.cc 506 void ContentViewCoreImpl::OnGestureEventAck(const blink::WebGestureEvent& event,
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 687 virtual void OnGestureEventAck(const GestureEventWithLatencyInfo& event,
    [all...]
render_widget_host_view_android.cc     [all...]
render_widget_host_impl.cc     [all...]

Completed in 242 milliseconds