Searched refs:CanCoalesceWith (Results 1 – 4 of 4) sorted by relevance
302 if (!coalesced_event_.CanCoalesceWith(event_with_latency)) in CoalesceEventIfPossible()492 !pending_async_touchmove_->CanCoalesceWith(touch)); in ForwardNextEventToRenderer()498 DCHECK(pending_async_touchmove_->CanCoalesceWith(touch)); in ForwardNextEventToRenderer()518 if (pending_async_touchmove_->CanCoalesceWith(touch)) { in ForwardNextEventToRenderer()
274 if (last_event->CanCoalesceWith(gesture_event)) { in MergeOrInsertScrollAndPinchEvent()
140 !coalesced_mouse_wheel_events_.back().event.CanCoalesceWith( in SendWheelEvent()
32 bool CanCoalesceWith(const EventWithLatencyInfo& other) in CanCoalesceWith() function