Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h82 bool animationsPaused() const;
DSVGSVGElement.idl51 boolean animationsPaused();
DSVGSVGElement.cpp584 bool SVGSVGElement::animationsPaused() const in animationsPaused() function in blink::SVGSVGElement
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp344 if (!rootElement || !rootElement->animationsPaused()) in startAnimation()