Searched refs:SVGPendingElements (Results 1 - 4 of 4) sorted by path

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

Completed in 164 milliseconds