/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGResources.cpp | 362 m_linkedResource->removeAllClientsFromCache(); in resourceDestroyed() 372 m_clipperFilterMaskerData->masker->removeAllClientsFromCache(); in resourceDestroyed() 380 m_markerData->markerStart->removeAllClientsFromCache(); in resourceDestroyed() 384 m_markerData->markerMid->removeAllClientsFromCache(); in resourceDestroyed() 388 m_markerData->markerEnd->removeAllClientsFromCache(); in resourceDestroyed() 398 m_fillStrokeData->fill->removeAllClientsFromCache(); in resourceDestroyed() 402 m_fillStrokeData->stroke->removeAllClientsFromCache(); in resourceDestroyed() 410 m_clipperFilterMaskerData->filter->removeAllClientsFromCache(); in resourceDestroyed() 418 m_clipperFilterMaskerData->clipper->removeAllClientsFromCache(); in resourceDestroyed()
|
D | RenderSVGResourceContainer.cpp | 92 removeAllClientsFromCache(); in idChanged() 119 toRenderSVGResourceContainer(client)->removeAllClientsFromCache(markForInvalidation); in markAllClientsForInvalidation() 208 removeAllClientsFromCache(); in invalidateCacheAndMarkForLayout()
|
D | RenderSVGResourceMarker.cpp | 57 removeAllClientsFromCache(); in layout() 67 void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceMarker
|
D | RenderSVGResourceSolidColor.h | 34 virtual void removeAllClientsFromCache(bool = true) { }
|
D | RenderSVGGradientStop.cpp | 59 container->removeAllClientsFromCache(); in styleDidChange()
|
D | RenderSVGResourceGradient.h | 48 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL;
|
D | RenderSVGResourcePattern.h | 51 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
|
D | RenderSVGResourceMasker.h | 45 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
|
D | RenderSVGResourceMarker.h | 41 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
|
D | RenderSVGResource.h | 60 virtual void removeAllClientsFromCache(bool markForInvalidation = true) = 0;
|
D | RenderSVGResourceClipper.h | 50 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
|
D | RenderSVGResourceFilter.h | 66 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
|
D | RenderSVGResourceGradient.cpp | 39 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceGradient
|
D | RenderSVGResource.cpp | 206 toRenderSVGResourceContainer(current)->removeAllClientsFromCache(); in markForLayoutAndParentResourceInvalidation()
|
D | RenderSVGResourceMasker.cpp | 45 void RenderSVGResourceMasker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceMasker
|
D | RenderSVGResourcePattern.cpp | 40 void RenderSVGResourcePattern::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourcePattern
|
D | RenderSVGResourceClipper.cpp | 54 void RenderSVGResourceClipper::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceClipper
|
D | RenderSVGResourceFilter.cpp | 53 void RenderSVGResourceFilter::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceFilter
|