HomeSort by relevance Sort by last modified time
    Searched defs:RemoveAnimation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/animation/
layer_animation_controller.cc 57 void LayerAnimationController::RemoveAnimation(int animation_id) {
80 void LayerAnimationController::RemoveAnimation(
  /external/chromium_org/ui/compositor/
layer_animator.cc 447 LayerAnimationSequence* LayerAnimator::RemoveAnimation(
512 scoped_ptr<LayerAnimationSequence> removed(RemoveAnimation(sequence));
535 SAFE_INVOKE_PTR(RemoveAnimation, running_animations_copy[i]));
588 SAFE_INVOKE_PTR(RemoveAnimation, running_animations_copy[i]));
609 RemoveAnimation(sequences[i].get()));
628 LayerAnimationSequence* removed = RemoveAnimation(sequence);
691 delete RemoveAnimation(animation_queue_[i].get());
826 RemoveAnimation(running_animations_copy[i].sequence()));
  /external/chromium_org/cc/layers/
layer.cc 927 void Layer::RemoveAnimation(int animation_id) {
928 layer_animation_controller_->RemoveAnimation(animation_id);

Completed in 83 milliseconds