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

  /external/chromium_org/cc/animation/
layer_animation_controller.h 44 void RemoveAnimation(int animation_id);
45 void RemoveAnimation(int animation_id,
layer_animation_controller.cc 63 void LayerAnimationController::RemoveAnimation(int animation_id) {
85 void LayerAnimationController::RemoveAnimation(
    [all...]
layer_animation_controller_unittest.cc 339 controller_impl->RemoveAnimation(animation_id);
    [all...]
  /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()));
layer_animator.h 245 LayerAnimationSequence* RemoveAnimation(
layer.cc 946 cc_layer_->RemoveAnimation(animation_id);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 143 controller_impl->RemoveAnimation(animation_impl->id());
162 controller->RemoveAnimation(animation->id());
571 controller->RemoveAnimation(animation->id());
590 controller->RemoveAnimation(animation->id());
628 controller->RemoveAnimation(animation->id());
662 controller_impl->RemoveAnimation(animation_impl->id());
    [all...]
layer_tree_host_common_unittest.cc     [all...]
  /external/chromium_org/cc/blink/
web_layer_impl.cc 247 void WebLayerImpl::removeAnimation(int animation_id) {
248 layer_->RemoveAnimation(animation_id);
251 void WebLayerImpl::removeAnimation(
254 layer_->layer_animation_controller()->RemoveAnimation(
  /external/chromium_org/cc/layers/
layer.h 402 void RemoveAnimation(int animation_id);
layer.cc     [all...]

Completed in 572 milliseconds