Searched refs:m_targetElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h58 void resetTargetElement() { m_targetElement = 0; }
187 mutable SVGElement* m_targetElement; member in class:WebCore::SVGSMILElement
H A DSVGSMILElement.cpp119 , m_targetElement(0)
144 if (m_targetElement)
145 document()->accessSVGExtensions()->removeAnimationElementFromTarget(this, m_targetElement);
195 if (m_targetElement) {
196 document()->accessSVGExtensions()->removeAnimationElementFromTarget(this, m_targetElement);
197 m_targetElement = 0;
500 if (m_targetElement)
501 return m_targetElement;
508 m_targetElement = static_cast<SVGElement*>(target);
509 document()->accessSVGExtensions()->addAnimationElementToTarget(const_cast<SVGSMILElement*>(this), m_targetElement); local
[all...]

Completed in 56 milliseconds