HomeSort by relevance Sort by last modified time
    Searched refs:SVGPendingElements (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGDocumentExtensions.h 45 typedef HashSet<RefPtr<SVGStyledElement> > SVGPendingElements;
75 HashMap<AtomicString, SVGPendingElements*> m_pendingResources;
84 PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id);
SVGDocumentExtensions.cpp 225 SVGPendingElements* set = new SVGPendingElements;
244 OwnPtr<SVGPendingElements> set(m_pendingResources.get(id));
SVGElement.cpp 353 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)
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.cpp 162 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) {

Completed in 174 milliseconds