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

  /external/chromium_org/ui/compositor/
layer_animation_sequence.cc 118 base::TimeTicks current_start = last_start_; local
122 elements_[current_index]->set_requested_start_time(current_start);
126 current_start += element_duration;
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 306 TimeTicks& current_start = sims_remaining_.front().simulation_start_time; local
307 base::TimeDelta d = TimeTicks::Now() - current_start;
308 if (!current_start.is_null() && d.InSeconds() > seconds_per_test_) {

Completed in 43 milliseconds