Searched refs:isPendingResource (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGDocumentExtensions.h100 bool isPendingResource(Element*, const AtomicString& id) const;
H A DSVGMPathElement.cpp69 if (document().accessSVGExtensions()->isPendingResource(this, id))
H A DSVGTextPathElement.cpp165 if (document().accessSVGExtensions()->isPendingResource(this, id))
H A DSVGDocumentExtensions.cpp186 bool SVGDocumentExtensions::isPendingResource(Element* element, const AtomicString& id) const function in class:WebCore::SVGDocumentExtensions
/macosx-10.10/WebCore-7600.1.25/svg/animation/
H A DSVGSMILElement.cpp181 if (document().accessSVGExtensions()->isPendingResource(this, id))

Completed in 125 milliseconds