Home
last modified time | relevance | path

Searched refs:hasActiveAnimation (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsLayerTest.cpp93 ASSERT_FALSE(m_platformLayer->hasActiveAnimation()); in TEST_F()
101 ASSERT_TRUE(m_platformLayer->hasActiveAnimation()); in TEST_F()
108 ASSERT_TRUE(m_platformLayer->hasActiveAnimation()); in TEST_F()
110 ASSERT_FALSE(m_platformLayer->hasActiveAnimation()); in TEST_F()
117 ASSERT_FALSE(m_platformLayer->hasActiveAnimation()); in TEST_F()
/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h161 virtual bool hasActiveAnimation() = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h106 virtual bool hasActiveAnimation();
Dweb_layer_impl.cc236 bool WebLayerImpl::hasActiveAnimation() { return layer_->HasActiveAnimation(); } in hasActiveAnimation() function in webkit::WebLayerImpl