Home | History | Annotate | Download | only in animation

Lines Matching refs:LayerAnimationController

35 class CC_EXPORT LayerAnimationController
36 : public base::RefCounted<LayerAnimationController> {
38 static scoped_refptr<LayerAnimationController> Create(int id);
53 LayerAnimationController* controller_impl);
146 friend class base::RefCounted<LayerAnimationController>;
148 explicit LayerAnimationController(int id);
149 virtual ~LayerAnimationController();
155 LayerAnimationController* controller_impl) const;
157 LayerAnimationController* controller_impl) const;
159 LayerAnimationController* controller_impl) const;
215 DISALLOW_COPY_AND_ASSIGN(LayerAnimationController);