HomeSort by relevance Sort by last modified time
    Searched full:event_with_latency (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 186 GestureEventWithLatencyInfo event_with_latency = local
188 DCHECK_EQ(event_with_latency.event.type, type);
189 event_with_latency.latency.AddNewLatencyFrom(latency);
190 client_->OnGestureEventAck(event_with_latency, ack_result);
194 if (event_with_latency.event.sourceDevice == WebGestureEvent::Touchscreen)
touch_event_queue.cc 191 const TouchEventWithLatencyInfo& event_with_latency) {
195 if (!coalesced_event_.CanCoalesceWith(event_with_latency))
200 coalesced_event_.CoalesceWith(event_with_latency);
201 events_.push_back(event_with_latency);

Completed in 152 milliseconds