Searched defs:SVGPendingElements (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocumentExtensions.h46 typedef WillBeHeapHashSet<RawPtrWillBeMember<Element> > SVGPendingElements; typedef in class:blink::SVGDocumentExtensions
101 WillBeHeapHashMap<AtomicString, OwnPtrWillBeMember<SVGPendingElements> > m_pendingResources; // Resources that are pending.
102 WillBeHeapHashMap<AtomicString, OwnPtrWillBeMember<SVGPendingElements> > m_pendingResourcesForRemoval; // Resources that are pending and scheduled for removal.
120 PassOwnPtrWillBeRawPtr<SVGPendingElements> removePendingResource(const AtomicString& id);
129 PassOwnPtrWillBeRawPtr<SVGPendingElements> removePendingResourceForRemoval(const AtomicString&);

Completed in 418 milliseconds