HomeSort by relevance Sort by last modified time
    Searched refs:m_targetElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 58 void resetTargetElement() { m_targetElement = 0; }
187 mutable SVGElement* m_targetElement;
SVGSMILElement.cpp 119 , 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);
    [all...]

Completed in 60 milliseconds