Home
last modified time | relevance | path

Searched refs:isPendingResource (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGDocumentExtensions.h83 bool isPendingResource(const AtomicString& id) const;
DSVGUseElement.h80 bool isPendingResource() const { return m_isPendingResource; } in isPendingResource() function
DSVGDocumentExtensions.cpp232 bool SVGDocumentExtensions::isPendingResource(const AtomicString& id) const in isPendingResource() function in WebCore::SVGDocumentExtensions
DSVGElement.cpp350 if (!extensions->isPendingResource(resourceId)) in insertedIntoDocument()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGShadowTreeRootContainer.cpp78 if ((shouldRecreateTree || !hadExistingTree) && !useElement->isPendingResource()) { in updateFromElement()
DRenderSVGResourceContainer.cpp157 if (!extensions->isPendingResource(m_id)) { in registerResource()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1463060 (WebCore::SVGDocumentExtensions::isPendingResource):
70380 (WebCore::SVGDocumentExtensions::isPendingResource):
DChangeLog-2010-01-298730 (WebCore::SVGUseElement::isPendingResource):
DChangeLog-2010-12-062764 (WebCore::SVGUseElement::isPendingResource):