Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGDocumentExtensions.h62 void removeAnimationElementFromTarget(SVGSMILElement*, SVGElement*);
DSVGDocumentExtensions.cpp155 void SVGDocumentExtensions::removeAnimationElementFromTarget(SVGSMILElement* animationElement, SVGE… in removeAnimationElementFromTarget() function in WebCore::SVGDocumentExtensions
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp145 document()->accessSVGExtensions()->removeAnimationElementFromTarget(this, m_targetElement); in ~SVGSMILElement()
196 document()->accessSVGExtensions()->removeAnimationElementFromTarget(this, m_targetElement); in removedFromDocument()
/external/webkit/Source/WebCore/
DChangeLog60456 …(WebCore::SVGDocumentExtensions::removeAnimationElementFromTarget): Animation stoped, remove it fr…