Home | History | Annotate | Download | only in gesture_detection

Lines Matching full:flush_time

165     base::TimeTicks flush_time =
170 static_cast<size_t>((max_event_time - flush_time) /
188 while (flush_time < event_time) {
189 buffer.Flush(flush_time);
190 flush_time += flush_time_delta;
399 base::TimeTicks flush_time = move.GetEventTime() + ResampleDelta();
400 buffer.Flush(flush_time);
433 base::TimeTicks flush_time = move1.GetEventTime() + ResampleDelta();
434 buffer.Flush(flush_time);
460 base::TimeTicks flush_time = move0.GetEventTime() - ResampleDelta();
461 buffer.Flush(flush_time);
467 flush_time = move0.GetEventTime();
468 buffer.Flush(flush_time);
474 flush_time = move0.GetEventTime() + ResampleDelta();
475 buffer.Flush(flush_time);
480 EXPECT_TRUE(GetLastEvent()->GetEventTime() <= flush_time);
485 flush_time += base::TimeDelta::FromMilliseconds(1);
486 buffer.Flush(flush_time);
491 flush_time = move1.GetEventTime() + ResampleDelta();
492 buffer.Flush(flush_time);
518 base::TimeTicks flush_time = interpolated_time;
519 buffer.Flush(flush_time);
530 flush_time = move1.GetEventTime();
531 buffer.Flush(flush_time);
550 flush_time =
552 buffer.Flush(flush_time);
584 base::TimeTicks flush_time = extrapolated_time + ResampleDelta();
585 buffer.Flush(flush_time);
615 flush_time = event_time + ResampleDelta();
616 buffer.Flush(flush_time);
641 base::TimeTicks flush_time = event_time + ResampleDelta();
642 buffer.Flush(flush_time);
671 base::TimeTicks flush_time = event_time + ResampleDelta();
672 buffer.Flush(flush_time);
703 base::TimeTicks flush_time = interpolated_time + ResampleDelta();
704 buffer.Flush(flush_time);
724 flush_time = move1.GetEventTime() + ResampleDelta();
725 buffer.Flush(flush_time);
749 base::TimeTicks flush_time = extrapolated_time + ResampleDelta();
750 buffer.Flush(flush_time);
796 base::TimeTicks flush_time = extrapolated_time + ResampleDelta();
797 buffer.Flush(flush_time);