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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 100 ASSERT_FALSE(m_platformLayer->hasActiveAnimation());
108 ASSERT_TRUE(m_platformLayer->hasActiveAnimation());
115 ASSERT_TRUE(m_platformLayer->hasActiveAnimation());
117 ASSERT_FALSE(m_platformLayer->hasActiveAnimation());
124 ASSERT_FALSE(m_platformLayer->hasActiveAnimation());
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 158 virtual bool hasActiveAnimation() = 0;
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.h 111 virtual bool hasActiveAnimation();
web_layer_impl.cc 271 bool WebLayerImpl::hasActiveAnimation() {
272 return layer_->HasActiveAnimation();

Completed in 196 milliseconds