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_unittest.cc 46 element->set_effective_start_time(effective_start_time);
126 element->set_effective_start_time(effective_start_time);
320 element->set_effective_start_time(effective_start_time);
359 element->set_effective_start_time(effective_start_time);
layer_animation_element.h 131 void set_effective_start_time(base::TimeTicks start_time) { function in class:ui::LayerAnimationElement
layer_animation_sequence.cc 219 elements_[current_index]->set_effective_start_time(
layer_animation_element.cc 420 set_effective_start_time(requested_start_time());
423 set_effective_start_time(base::TimeTicks());

Completed in 738 milliseconds