Searched refs:animation_registrar_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h290 return !animation_registrar_->active_animation_controllers().empty();
324 return animation_registrar_.get();
414 return animation_registrar_->active_animation_controllers();
567 scoped_ptr<AnimationRegistrar> animation_registrar_; member in class:cc::LayerTreeHostImpl
H A Dlayer_tree_host.h266 return animation_registrar_.get();
385 scoped_ptr<AnimationRegistrar> animation_registrar_; member in class:cc::LayerTreeHost
H A Dlayer_tree_host.cc113 animation_registrar_ = AnimationRegistrar::Create();
530 animation_registrar_->all_animation_controllers();
1113 animation_registrar_->active_animation_controllers().empty())
1121 animation_registrar_->active_animation_controllers();
H A Dlayer_tree_host_impl.cc202 animation_registrar_(AnimationRegistrar::Create()),
835 !animation_registrar_->active_animation_controllers().empty();
2303 animation_registrar_->active_animation_controllers().empty() ||
2313 animation_registrar_->active_animation_controllers();
2324 animation_registrar_->active_animation_controllers().empty() ||
2332 animation_registrar_->active_animation_controllers();

Completed in 72 milliseconds