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 131 PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id);
SVGDocumentExtensions.cpp 239 // We use the removePendingResource function here because it deals with set lifetime correctly.
242 removePendingResource(*it);
266 PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResource(const AtomicString& id)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 217 OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions.removePendingResource(m_id));

Completed in 62 milliseconds