Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGSVGElement

32 #include "core/svg/SVGSVGElement.h"
54 void SVGDocumentExtensions::addTimeContainer(SVGSVGElement* element)
59 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element)
100 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers;
102 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end();
103 for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr)
113 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers;
115 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end();
116 for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr) {
125 WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> >::iterator end = m_timeContainers.end();
126 for (WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> >::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
132 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers;
135 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end();
136 for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator it = timeContainers.begin(); it != end; ++it) {
137 SVGSVGElement* outerSVG = it->get();
312 void SVGDocumentExtensions::addSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot)
318 void SVGDocumentExtensions::removeSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot)
324 bool SVGDocumentExtensions::isSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) const
336 WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> >::iterator end = m_relativeLengthSVGRoots.end();
337 for (WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> >::iterator it = m_relativeLengthSVGRoots.begin(); it != end; ++it)
367 if (SVGSVGElement* svg = rootElement(*m_document)) {
381 if (SVGSVGElement* svg = rootElement(*m_document))
387 if (SVGSVGElement* svg = rootElement(*m_document))
391 SVGSVGElement* SVGDocumentExtensions::rootElement(const Document& document)
397 SVGSVGElement* SVGDocumentExtensions::rootElement() const