AnimationRegistrar 11 cc/animation/animation_registrar.cc AnimationRegistrar::AnimationRegistrar() {} AnimationRegistrar 13 cc/animation/animation_registrar.cc AnimationRegistrar::~AnimationRegistrar() { AnimationRegistrar 22 cc/animation/animation_registrar.cc AnimationRegistrar::GetAnimationControllerForId(int id) { AnimationRegistrar 34 cc/animation/animation_registrar.cc void AnimationRegistrar::DidActivateAnimationController( AnimationRegistrar 39 cc/animation/animation_registrar.cc void AnimationRegistrar::DidDeactivateAnimationController( AnimationRegistrar 45 cc/animation/animation_registrar.cc void AnimationRegistrar::RegisterAnimationController( AnimationRegistrar 50 cc/animation/animation_registrar.cc void AnimationRegistrar::UnregisterAnimationController( AnimationRegistrar 17 cc/animation/animation_registrar.h class CC_EXPORT AnimationRegistrar { AnimationRegistrar 21 cc/animation/animation_registrar.h static scoped_ptr<AnimationRegistrar> Create() { AnimationRegistrar 22 cc/animation/animation_registrar.h return make_scoped_ptr(new AnimationRegistrar()); AnimationRegistrar 25 cc/animation/animation_registrar.h virtual ~AnimationRegistrar(); AnimationRegistrar 55 cc/animation/animation_registrar.h AnimationRegistrar(); AnimationRegistrar 60 cc/animation/animation_registrar.h DISALLOW_COPY_AND_ASSIGN(AnimationRegistrar); AnimationRegistrar 268 cc/animation/layer_animation_controller.cc AnimationRegistrar* registrar) { AnimationRegistrar 29 cc/animation/layer_animation_controller.h class AnimationRegistrar; AnimationRegistrar 83 cc/animation/layer_animation_controller.h void SetAnimationRegistrar(AnimationRegistrar* registrar); AnimationRegistrar 84 cc/animation/layer_animation_controller.h AnimationRegistrar* animation_registrar() { return registrar_; } AnimationRegistrar 172 cc/animation/layer_animation_controller.h AnimationRegistrar* registrar_; AnimationRegistrar 104 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create(); AnimationRegistrar 105 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<AnimationRegistrar> registrar_impl = AnimationRegistrar::Create(); AnimationRegistrar 78 cc/layers/layer_impl.cc AnimationRegistrar* registrar = layer_tree_impl_->animationRegistrar(); AnimationRegistrar 663 cc/layers/layer_unittest.cc scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create(); AnimationRegistrar 704 cc/layers/layer_unittest.cc scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create(); AnimationRegistrar 744 cc/layers/layer_unittest.cc scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create(); AnimationRegistrar 1039 cc/layers/layer_unittest.cc scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create(); AnimationRegistrar 189 cc/test/layer_tree_test.cc AnimationRegistrar::AnimationControllerMap::const_iterator iter = AnimationRegistrar 126 cc/trees/layer_tree_host.cc animation_registrar_ = AnimationRegistrar::Create(); AnimationRegistrar 572 cc/trees/layer_tree_host.cc const AnimationRegistrar::AnimationControllerMap& animation_controllers = AnimationRegistrar 574 cc/trees/layer_tree_host.cc AnimationRegistrar::AnimationControllerMap::const_iterator iter = AnimationRegistrar 1151 cc/trees/layer_tree_host.cc AnimationRegistrar::AnimationControllerMap copy = AnimationRegistrar 1153 cc/trees/layer_tree_host.cc for (AnimationRegistrar::AnimationControllerMap::iterator iter = copy.begin(); AnimationRegistrar 45 cc/trees/layer_tree_host.h class AnimationRegistrar; AnimationRegistrar 265 cc/trees/layer_tree_host.h AnimationRegistrar* animation_registrar() const { AnimationRegistrar 420 cc/trees/layer_tree_host.h scoped_ptr<AnimationRegistrar> animation_registrar_; AnimationRegistrar 253 cc/trees/layer_tree_host_impl.cc animation_registrar_(AnimationRegistrar::Create()), AnimationRegistrar 2716 cc/trees/layer_tree_host_impl.cc AnimationRegistrar::AnimationControllerMap copy = AnimationRegistrar 2718 cc/trees/layer_tree_host_impl.cc for (AnimationRegistrar::AnimationControllerMap::iterator iter = copy.begin(); AnimationRegistrar 2735 cc/trees/layer_tree_host_impl.cc AnimationRegistrar::AnimationControllerMap copy = AnimationRegistrar 2737 cc/trees/layer_tree_host_impl.cc for (AnimationRegistrar::AnimationControllerMap::iterator iter = copy.begin(); AnimationRegistrar 357 cc/trees/layer_tree_host_impl.h AnimationRegistrar* animation_registrar() const { AnimationRegistrar 451 cc/trees/layer_tree_host_impl.h const AnimationRegistrar::AnimationControllerMap& AnimationRegistrar 638 cc/trees/layer_tree_host_impl.h scoped_ptr<AnimationRegistrar> animation_registrar_; AnimationRegistrar 717 cc/trees/layer_tree_impl.cc AnimationRegistrar* LayerTreeImpl::animationRegistrar() const { AnimationRegistrar 196 cc/trees/layer_tree_impl.h AnimationRegistrar* animationRegistrar() const;