Home
last modified time | relevance | path

Searched refs:removeAllClientsFromCache (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResources.cpp362 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()
DRenderSVGResourceContainer.cpp92 removeAllClientsFromCache(); in idChanged()
119 toRenderSVGResourceContainer(client)->removeAllClientsFromCache(markForInvalidation); in markAllClientsForInvalidation()
208 removeAllClientsFromCache(); in invalidateCacheAndMarkForLayout()
DRenderSVGResourceMarker.cpp57 removeAllClientsFromCache(); in layout()
67 void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceMarker
DRenderSVGResourceSolidColor.h34 virtual void removeAllClientsFromCache(bool = true) { }
DRenderSVGGradientStop.cpp59 container->removeAllClientsFromCache(); in styleDidChange()
DRenderSVGResourceGradient.h48 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL;
DRenderSVGResourcePattern.h51 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
DRenderSVGResourceMasker.h45 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
DRenderSVGResourceMarker.h41 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
DRenderSVGResource.h60 virtual void removeAllClientsFromCache(bool markForInvalidation = true) = 0;
DRenderSVGResourceClipper.h50 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
DRenderSVGResourceFilter.h66 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
DRenderSVGResourceGradient.cpp39 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceGradient
DRenderSVGResource.cpp206 toRenderSVGResourceContainer(current)->removeAllClientsFromCache(); in markForLayoutAndParentResourceInvalidation()
DRenderSVGResourceMasker.cpp45 void RenderSVGResourceMasker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceMasker
DRenderSVGResourcePattern.cpp40 void RenderSVGResourcePattern::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourcePattern
DRenderSVGResourceClipper.cpp54 void RenderSVGResourceClipper::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceClipper
DRenderSVGResourceFilter.cpp53 void RenderSVGResourceFilter::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() function in WebCore::RenderSVGResourceFilter