Home
last modified time | relevance | path

Searched refs:resourceDestroyed (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResourcesCache.cpp179 void SVGResourcesCache::resourceDestroyed(RenderSVGResourceContainer* resource) in resourceDestroyed() function in blink::SVGResourcesCache
189 it->value->resourceDestroyed(resource); in resourceDestroyed()
DSVGResourcesCache.h60 static void resourceDestroyed(RenderSVGResourceContainer*);
DSVGResources.h76 void resourceDestroyed(RenderSVGResourceContainer*);
DRenderSVGResourceContainer.cpp71 SVGResourcesCache::resourceDestroyed(this); in willBeDestroyed()
DSVGResources.cpp373 void SVGResources::resourceDestroyed(RenderSVGResourceContainer* resource) in resourceDestroyed() function in blink::SVGResources