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

  /external/chromium_org/cc/animation/
animation_registrar.h 46 const AnimationControllerMap& active_animation_controllers() const { function in class:cc::AnimationRegistrar
layer_animation_controller_unittest.cc 191 EXPECT_EQ(0u, registrar->active_animation_controllers().size());
192 EXPECT_EQ(0u, registrar_impl->active_animation_controllers().size());
196 EXPECT_EQ(1u, registrar->active_animation_controllers().size());
201 EXPECT_EQ(1u, registrar->active_animation_controllers().size());
202 EXPECT_EQ(1u, registrar_impl->active_animation_controllers().size());
209 EXPECT_EQ(1u, registrar->active_animation_controllers().size());
210 EXPECT_EQ(1u, registrar_impl->active_animation_controllers().size());
214 EXPECT_EQ(1u, registrar->active_animation_controllers().size());
220 EXPECT_EQ(1u, registrar->active_animation_controllers().size());
230 EXPECT_EQ(0u, registrar_impl->active_animation_controllers().size())
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 355 return !animation_registrar_->active_animation_controllers().empty();
501 active_animation_controllers() const { function in class:cc::LayerTreeHostImpl
502 return animation_registrar_->active_animation_controllers();
layer_tree_host.cc     [all...]
layer_tree_host_unittest_animation.cc 232 active_animation_controllers().empty();
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/cc/test/
layer_tree_test.cc 241 active_animation_controllers().begin();
242 for (; iter != active_animation_controllers().end(); ++iter) {

Completed in 116 milliseconds