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 99 ASSERT_FALSE(m_platformLayer->hasActiveAnimation());
107 ASSERT_TRUE(m_platformLayer->hasActiveAnimation());
114 ASSERT_TRUE(m_platformLayer->hasActiveAnimation());
116 ASSERT_FALSE(m_platformLayer->hasActiveAnimation());
123 ASSERT_FALSE(m_platformLayer->hasActiveAnimation());
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 151 virtual bool hasActiveAnimation() = 0;
  /external/chromium_org/cc/blink/
web_layer_impl.h 103 virtual bool hasActiveAnimation();
web_layer_impl.cc 262 bool WebLayerImpl::hasActiveAnimation() {
263 return layer_->HasActiveAnimation();

Completed in 135 milliseconds