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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageChromeClient.cpp 78 double fireTime = m_image->hasAnimations() ? animationFrameDelay : 0;
SVGImage.h 69 bool hasAnimations() const;
SVGImage.cpp 366 bool SVGImage::hasAnimations() const
371 return rootElement->timeContainer()->hasAnimations() || toLocalFrame(m_page->mainFrame())->document()->timeline().hasPendingUpdates();
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 67 bool hasAnimations() const;
SMILTimeContainer.cpp 120 bool SMILTimeContainer::hasAnimations() const

Completed in 2834 milliseconds