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 62 void LayerAnimationController::RemoveAnimation(int animation_id) {
84 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 896 cc_layer_->RemoveAnimation(animation_id);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 145 controller_impl->RemoveAnimation(animation_impl->id());
164 controller->RemoveAnimation(animation->id());
573 controller->RemoveAnimation(animation->id());
592 controller->RemoveAnimation(animation->id());
630 controller->RemoveAnimation(animation->id());
664 controller_impl->RemoveAnimation(animation_impl->id());
    [all...]
layer_tree_host_common_unittest.cc     [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 256 void WebLayerImpl::removeAnimation(int animation_id) {
257 layer_->RemoveAnimation(animation_id);
260 void WebLayerImpl::removeAnimation(
263 layer_->layer_animation_controller()->RemoveAnimation(
  /external/chromium_org/cc/layers/
layer.h 400 void RemoveAnimation(int animation_id);
layer.cc     [all...]

Completed in 572 milliseconds