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 72 if (elements_[current_index]->ProgressToEnd(delegate))
133 void LayerAnimationSequence::ProgressToEnd(LayerAnimationDelegate* delegate) {
141 if (elements_[current_index]->ProgressToEnd(delegate))
layer_animation_element.h 171 bool ProgressToEnd(LayerAnimationDelegate* delegate);
199 // call made to {Progress, ProgressToEnd}.
layer_animation_element.cc 794 bool LayerAnimationElement::ProgressToEnd(LayerAnimationDelegate* delegate) {
layer_animator.cc 372 sequence->ProgressToEnd(delegate());

Completed in 5518 milliseconds