Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGDocumentExtensions.h45 typedef HashSet<RefPtr<SVGStyledElement> > SVGPendingElements; typedef
75 HashMap<AtomicString, SVGPendingElements*> m_pendingResources;
84 PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id);
DSVGDocumentExtensions.cpp225 SVGPendingElements* set = new SVGPendingElements; in addPendingResource()
244 OwnPtr<SVGPendingElements> set(m_pendingResources.get(id)); in removePendingResource()
DSVGElement.cpp353 …OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions->removePendingResource(resour… in insertedIntoDocument()
357 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end(); in insertedIntoDocument()
358 …for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; +… in insertedIntoDocument()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceContainer.cpp162 …OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions->removePendingResource(m_id)); in registerResource()
168 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end(); in registerResource()
169 …for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; +… in registerResource()