Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h81 void unpauseAnimations();
DSVGSVGElement.idl50 void unpauseAnimations();
DSVGSVGElement.cpp578 void SVGSVGElement::unpauseAnimations() in unpauseAnimations() function in blink::SVGSVGElement
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp346 rootElement->unpauseAnimations(); in startAnimation()