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

  /external/chromium_org/ui/compositor/
layer_animator.cc 450 LayerAnimationSequence* LayerAnimator::RemoveAnimation(
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/
layer_animation_controller.cc 62 void LayerAnimationController::RemoveAnimation(int animation_id) {
84 void LayerAnimationController::RemoveAnimation(
    [all...]
  /external/chromium_org/cc/layers/
layer.cc     [all...]

Completed in 91 milliseconds