HomeSort by relevance Sort by last modified time
    Searched refs:animation_registrar_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 359 return !animation_registrar_->active_animation_controllers().empty();
391 return animation_registrar_.get();
494 return animation_registrar_->active_animation_controllers();
682 scoped_ptr<AnimationRegistrar> animation_registrar_; member in class:cc::LayerTreeHostImpl
layer_tree_host.h 250 return animation_registrar_.get();
409 scoped_ptr<AnimationRegistrar> animation_registrar_; member in class:cc::LayerTreeHost
layer_tree_host.cc 121 animation_registrar_ = AnimationRegistrar::Create();
510 animation_registrar_->all_animation_controllers();
    [all...]
layer_tree_host_impl.cc 251 animation_registrar_(AnimationRegistrar::Create()),
    [all...]

Completed in 1281 milliseconds