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

/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc450 LayerAnimationSequence* LayerAnimator::RemoveAnimation( function in class:ui::LayerAnimator
515 scoped_ptr<LayerAnimationSequence> removed(RemoveAnimation(sequence));
538 SAFE_INVOKE_PTR(RemoveAnimation, running_animations_copy[i]));
590 SAFE_INVOKE_PTR(RemoveAnimation, running_animations_copy[i]));
611 RemoveAnimation(sequences[i].get()));
630 LayerAnimationSequence* removed = RemoveAnimation(sequence);
693 delete RemoveAnimation(animation_queue_[i].get());
831 RemoveAnimation(running_animations_copy[i].sequence()));
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc63 void LayerAnimationController::RemoveAnimation(int animation_id) { function in class:cc::LayerAnimationController
85 void LayerAnimationController::RemoveAnimation( function in class:cc::LayerAnimationController
/external/chromium_org/cc/layers/
H A Dlayer.cc1156 void Layer::RemoveAnimation(int animation_id) { function in class:cc::Layer
1157 layer_animation_controller_->RemoveAnimation(animation_id);

Completed in 6120 milliseconds