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

  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 279 EXPECT_TRUE(controller->HasActiveAnimation());
287 EXPECT_FALSE(controller->HasActiveAnimation());
309 EXPECT_TRUE(controller_impl->HasActiveAnimation());
319 EXPECT_FALSE(controller_impl->HasActiveAnimation());
358 EXPECT_TRUE(controller_impl->HasActiveAnimation());
373 EXPECT_FALSE(controller_impl->HasActiveAnimation());
484 EXPECT_TRUE(controller->HasActiveAnimation());
488 EXPECT_TRUE(controller->HasActiveAnimation());
492 EXPECT_TRUE(controller->HasActiveAnimation());
502 EXPECT_FALSE(controller->HasActiveAnimation());
    [all...]
layer_animation_controller.h 70 bool HasActiveAnimation() const;
layer_animation_controller.cc 227 bool LayerAnimationController::HasActiveAnimation() const {
  /external/chromium_org/cc/layers/
layer.h 341 bool HasActiveAnimation() const;
layer.cc 951 bool Layer::HasActiveAnimation() const {
952 return layer_animation_controller_->HasActiveAnimation();
  /external/chromium_org/cc/test/
layer_tree_test.cc 162 if (iter->second->HasActiveAnimation()) {
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 222 bool WebLayerImpl::hasActiveAnimation() { return layer_->HasActiveAnimation(); }

Completed in 220 milliseconds