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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTimeContainer.h119 SVGSVGElement& m_ownerSVGElement; member in class:blink::SMILTimeContainer
H A DSMILTimeContainer.cpp61 , m_ownerSVGElement(owner)
172 DiscardScope discardScope(m_ownerSVGElement);
302 for (SVGSMILElement* element = Traversal<SVGSMILElement>::firstWithin(m_ownerSVGElement); element; element = Traversal<SVGSMILElement>::next(*element, &m_ownerSVGElement))
326 return m_ownerSVGElement.document();
354 DiscardScope discardScope(m_ownerSVGElement);

Completed in 2237 milliseconds