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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.h 110 PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id);
SVGDocumentExtensions.cpp 221 // We use the removePendingResource function here because it deals with set lifetime correctly.
224 removePendingResource(*it);
248 PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResource(const AtomicString& id)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 219 OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions->removePendingResource(m_id));

Completed in 1205 milliseconds