Searched refs:ProcessInputEventAck (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl.cc362 ProcessInputEventAck(input_event.type,
380 ProcessInputEventAck(input_event.type, filter_ack, latency_info, CLIENT);
463 ProcessInputEventAck(ack.type, ack.state, ack.latency, RENDERER);
470 // (ProcessInputEventAck) method, but not on other platforms; using
525 void InputRouterImpl::ProcessInputEventAck( function in class:content::InputRouterImpl
530 TRACE_EVENT2("input", "InputRouterImpl::ProcessInputEventAck",
606 ProcessInputEventAck(WebInputEvent::GesturePinchUpdate,
H A Dinput_router_impl.h158 // Indicates the source of an ack provided to |ProcessInputEventAck()|.
168 void ProcessInputEventAck(blink::WebInputEvent::Type event_type,
265 // The source of the ack within the scope of |ProcessInputEventAck()|.

Completed in 222 milliseconds