Home
last modified time | relevance | path

Searched refs:ProgressToEnd (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_animation_sequence.cc74 if (elements_[current_index]->ProgressToEnd(delegate)) in Progress()
135 void LayerAnimationSequence::ProgressToEnd(LayerAnimationDelegate* delegate) { in ProgressToEnd() function in ui::LayerAnimationSequence
143 if (elements_[current_index]->ProgressToEnd(delegate)) in ProgressToEnd()
Dlayer_animation_sequence.h74 void ProgressToEnd(LayerAnimationDelegate* delegate);
Dlayer_animation_element.h176 bool ProgressToEnd(LayerAnimationDelegate* delegate);
Dlayer_animation_element.cc711 bool LayerAnimationElement::ProgressToEnd(LayerAnimationDelegate* delegate) { in ProgressToEnd() function in ui::LayerAnimationElement
Dlayer_animator.cc372 sequence->ProgressToEnd(delegate()); in ProgressAnimationToEnd()