HomeSort by relevance Sort by last modified time
    Searched defs:LayerAnimationController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/animation/
layer_animation_controller.h 35 class CC_EXPORT LayerAnimationController
36 : public base::RefCounted<LayerAnimationController> {
38 static scoped_refptr<LayerAnimationController> Create(int id);
53 LayerAnimationController* controller_impl);
140 friend class base::RefCounted<LayerAnimationController>;
142 explicit LayerAnimationController(int id);
143 virtual ~LayerAnimationController();
149 LayerAnimationController* controller_impl) const;
151 LayerAnimationController* controller_impl) const;
153 LayerAnimationController* controller_impl) const
    [all...]
layer_animation_controller.cc 23 LayerAnimationController::LayerAnimationController(int id)
32 LayerAnimationController::~LayerAnimationController() {
37 scoped_refptr<LayerAnimationController> LayerAnimationController::Create(
39 return make_scoped_refptr(new LayerAnimationController(id));
42 void LayerAnimationController::PauseAnimation(int animation_id,
62 void LayerAnimationController::RemoveAnimation(int animation_id) {
84 void LayerAnimationController::RemoveAnimation
    [all...]

Completed in 441 milliseconds