Searched refs:hasActiveAnimation (Results 1 – 4 of 4) sorted by relevance
93 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()
161 virtual bool hasActiveAnimation() = 0;
106 virtual bool hasActiveAnimation();
236 bool WebLayerImpl::hasActiveAnimation() { return layer_->HasActiveAnimation(); } in hasActiveAnimation() function in webkit::WebLayerImpl