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

/external/chromium_org/cc/animation/
H A Danimation_registrar.cc11 AnimationRegistrar::AnimationRegistrar() : supports_scroll_animations_(false) { function in class:cc::AnimationRegistrar
14 AnimationRegistrar::~AnimationRegistrar() {
23 AnimationRegistrar::GetAnimationControllerForId(int id) {
35 void AnimationRegistrar::DidActivateAnimationController(
40 void AnimationRegistrar::DidDeactivateAnimationController(
46 void AnimationRegistrar::RegisterAnimationController(
51 void AnimationRegistrar::UnregisterAnimationController(
H A Danimation_registrar.h17 class CC_EXPORT AnimationRegistrar { class in namespace:cc
21 static scoped_ptr<AnimationRegistrar> Create() {
22 return make_scoped_ptr(new AnimationRegistrar());
25 virtual ~AnimationRegistrar();
61 AnimationRegistrar();
68 DISALLOW_COPY_AND_ASSIGN(AnimationRegistrar);

Completed in 219 milliseconds