Searched refs:SVGPendingElements (Results 1 – 4 of 4) sorted by relevance
45 typedef HashSet<RefPtr<SVGStyledElement> > SVGPendingElements; typedef75 HashMap<AtomicString, SVGPendingElements*> m_pendingResources;84 PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id);
225 SVGPendingElements* set = new SVGPendingElements; in addPendingResource()244 OwnPtr<SVGPendingElements> set(m_pendingResources.get(id)); in removePendingResource()
353 …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()
162 …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()