Searched defs:RemoveAnimation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc61 void LayerAnimationController::RemoveAnimation(int animation_id) { function in class:cc::LayerAnimationController
84 void LayerAnimationController::RemoveAnimation( function in class:cc::LayerAnimationController
/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc454 LayerAnimationSequence* LayerAnimator::RemoveAnimation( function in class:ui::LayerAnimator
519 scoped_ptr<LayerAnimationSequence> removed(RemoveAnimation(sequence));
542 SAFE_INVOKE_PTR(RemoveAnimation, running_animations_copy[i]));
595 SAFE_INVOKE_PTR(RemoveAnimation, running_animations_copy[i]));
616 RemoveAnimation(sequences[i].get()));
635 LayerAnimationSequence* removed = RemoveAnimation(sequence);
698 delete RemoveAnimation(animation_queue_[i].get());
835 RemoveAnimation(running_animations_copy[i].sequence()));
/external/chromium_org/cc/layers/
H A Dlayer.cc1115 void Layer::RemoveAnimation(int animation_id) { function in class:cc::Layer
1116 layer_animation_controller_->RemoveAnimation(animation_id);

Completed in 121 milliseconds