Home | History | Annotate | Download | only in input

Lines Matching refs:pending_async_touchmove_

491         (pending_async_touchmove_ &&
492 !pending_async_touchmove_->CanCoalesceWith(touch));
495 if (!pending_async_touchmove_) {
496 pending_async_touchmove_.reset(new TouchEventWithLatencyInfo(touch));
498 DCHECK(pending_async_touchmove_->CanCoalesceWith(touch));
499 pending_async_touchmove_->CoalesceWith(touch);
517 if (pending_async_touchmove_) {
518 if (pending_async_touchmove_->CanCoalesceWith(touch)) {
519 pending_async_touchmove_->CoalesceWith(touch);
520 pending_async_touchmove_->event.cancelable = !send_touch_events_async_;
521 touch = *pending_async_touchmove_.Pass();
524 pending_async_touchmove_.Pass();
567 pending_async_touchmove_.reset();
618 // A valid |pending_async_touchmove_| will be flushed when the next event is
651 return pending_async_touchmove_;
666 pending_async_touchmove_.reset();
730 pending_async_touchmove_.reset();