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

  /external/chromium_org/ui/compositor/
layer_animation_element.h 151 void set_effective_start_time(base::TimeTicks start_time) { function in class:ui::LayerAnimationElement
layer_animation_element_unittest.cc 47 element->set_effective_start_time(effective_start_time);
189 element->set_effective_start_time(effective_start_time);
382 element->set_effective_start_time(effective_start_time);
421 element->set_effective_start_time(effective_start_time);
layer_animation_sequence.cc 222 elements_[current_index]->set_effective_start_time(event.monotonic_time);
layer_animation_element.cc 366 set_effective_start_time(requested_start_time());
369 set_effective_start_time(base::TimeTicks());

Completed in 2489 milliseconds