Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGDocumentExtensions.h61 void addAnimationElementToTarget(SVGSMILElement*, SVGElement*);
DSVGDocumentExtensions.cpp140 void SVGDocumentExtensions::addAnimationElementToTarget(SVGSMILElement* animationElement, SVGElemen… in addAnimationElementToTarget() function in WebCore::SVGDocumentExtensions
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp509 …document()->accessSVGExtensions()->addAnimationElementToTarget(const_cast<SVGSMILElement*>(this), … in targetElement()
/external/webkit/Source/WebCore/
DChangeLog60455 …(WebCore::SVGDocumentExtensions::addAnimationElementToTarget): New animation gets applied to targe…