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 69 if (elements_[current_index]->ProgressToEnd(delegate))
125 void LayerAnimationSequence::ProgressToEnd(LayerAnimationDelegate* delegate) {
133 if (elements_[current_index]->ProgressToEnd(delegate))
layer_animation_element.h 156 bool ProgressToEnd(LayerAnimationDelegate* delegate);
182 // call made to {Progress, ProgressToEnd}.
layer_animation_element.cc 663 bool LayerAnimationElement::ProgressToEnd(LayerAnimationDelegate* delegate) {
layer_animator.cc 365 sequence->ProgressToEnd(delegate());

Completed in 223 milliseconds