Home
last modified time | relevance | path

Searched refs:set_effective_start_time (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_animation_element_unittest.cc47 element->set_effective_start_time(effective_start_time); in TEST()
189 element->set_effective_start_time(effective_start_time); in TEST()
382 element->set_effective_start_time(effective_start_time); in TEST()
421 element->set_effective_start_time(effective_start_time); in TEST()
Dlayer_animation_element.h151 void set_effective_start_time(base::TimeTicks start_time) { in set_effective_start_time() function
Dlayer_animation_sequence.cc222 elements_[current_index]->set_effective_start_time(event.monotonic_time); in OnThreadedAnimationStarted()
Dlayer_animation_element.cc366 set_effective_start_time(requested_start_time()); in RequestEffectiveStart()
369 set_effective_start_time(base::TimeTicks()); in RequestEffectiveStart()