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

  /external/chromium_org/ui/compositor/
layer_animation_sequence.h 74 void ProgressToEnd(LayerAnimationDelegate* delegate);
layer_animation_sequence.cc 74 if (elements_[current_index]->ProgressToEnd(delegate))
135 void LayerAnimationSequence::ProgressToEnd(LayerAnimationDelegate* delegate) {
143 if (elements_[current_index]->ProgressToEnd(delegate))
layer_animation_element.h 176 bool ProgressToEnd(LayerAnimationDelegate* delegate);
204 // call made to {Progress, ProgressToEnd}.
layer_animation_element.cc 711 bool LayerAnimationElement::ProgressToEnd(LayerAnimationDelegate* delegate) {
layer_animator.cc 372 sequence->ProgressToEnd(delegate());

Completed in 221 milliseconds