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

  /external/chromium_org/content/browser/renderer_host/
event_with_latency_info.h 37 void CoalesceWith(const EventWithLatencyInfo& other) {
  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.cc 279 coalesced_event_.CoalesceWith(event_with_latency);
484 pending_async_touchmove_->CoalesceWith(touch);
504 pending_async_touchmove_->CoalesceWith(touch);
input_router_impl.cc 144 coalesced_mouse_wheel_events_.back().event.CoalesceWith(
212 next_mouse_move_->CoalesceWith(mouse_event);
gesture_event_queue.cc 275 last_event->CoalesceWith(gesture_event);

Completed in 111 milliseconds