Searched defs:LayerAnimationController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.h35 class CC_EXPORT LayerAnimationController class in namespace:cc
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_imp
[all...]
H A Dlayer_animation_controller.cc24 LayerAnimationController::LayerAnimationController(int id) function in class:cc::LayerAnimationController
33 LayerAnimationController::~LayerAnimationController() {
38 scoped_refptr<LayerAnimationController> LayerAnimationController::Create(
40 return make_scoped_refptr(new LayerAnimationController(id));
43 void LayerAnimationController::PauseAnimation(int animation_id,
63 void LayerAnimationController::RemoveAnimation(int animation_id) {
85 void LayerAnimationController
[all...]

Completed in 79 milliseconds