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 30 class CC_EXPORT LayerAnimationController
31 : public base::RefCounted<LayerAnimationController> {
33 static scoped_refptr<LayerAnimationController> Create(int id);
50 LayerAnimationController* controller_impl);
104 friend class base::RefCounted<LayerAnimationController>;
106 explicit LayerAnimationController(int id);
107 virtual ~LayerAnimationController();
113 LayerAnimationController* controller_impl) const;
115 LayerAnimationController* controller_impl) const;
117 LayerAnimationController* controller_impl) const
    [all...]
layer_animation_controller.cc 19 LayerAnimationController::LayerAnimationController(int id)
27 LayerAnimationController::~LayerAnimationController() {
32 scoped_refptr<LayerAnimationController> LayerAnimationController::Create(
34 return make_scoped_refptr(new LayerAnimationController(id));
37 void LayerAnimationController::PauseAnimation(int animation_id,
57 void LayerAnimationController::RemoveAnimation(int animation_id) {
80 void LayerAnimationController::RemoveAnimation
    [all...]

Completed in 338 milliseconds