HomeSort by relevance Sort by last modified time
    Searched refs:removeAllClientsFromCache (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.h 34 virtual void removeAllClientsFromCache(bool = true) { }
RenderSVGResourceMasker.h 47 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGGradientStop.cpp 60 container->removeAllClientsFromCache();
RenderSVGResource.h 60 virtual void removeAllClientsFromCache(bool markForInvalidation = true) = 0;
RenderSVGResourceClipper.h 41 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGResourceGradient.h 49 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL;
RenderSVGResourceMarker.h 42 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGResourcePattern.h 51 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGResourceFilter.h 66 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
SVGResources.cpp 332 m_linkedResource->removeAllClientsFromCache();
342 m_clipperFilterMaskerData->masker->removeAllClientsFromCache();
350 m_markerData->markerStart->removeAllClientsFromCache();
354 m_markerData->markerMid->removeAllClientsFromCache();
358 m_markerData->markerEnd->removeAllClientsFromCache();
368 m_fillStrokeData->fill->removeAllClientsFromCache();
372 m_fillStrokeData->stroke->removeAllClientsFromCache();
380 m_clipperFilterMaskerData->filter->removeAllClientsFromCache();
388 m_clipperFilterMaskerData->clipper->removeAllClientsFromCache();
RenderSVGResourceContainer.cpp 83 removeAllClientsFromCache();
106 client->toRenderSVGResourceContainer()->removeAllClientsFromCache(markForInvalidation);
RenderSVGResourceGradient.cpp 40 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation)
63 // synchronization to kick in, which causes removeAllClientsFromCache() to be called, which in turn deletes our
RenderSVGResourceMarker.cpp 59 void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResource.cpp 205 current->toRenderSVGResourceContainer()->removeAllClientsFromCache();
RenderSVGResourceMasker.cpp 55 void RenderSVGResourceMasker::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResourcePattern.cpp 41 void RenderSVGResourcePattern::removeAllClientsFromCache(bool markForInvalidation)
131 // removeAllClientsFromCache(), we only make it visible in the cache at the very end.
RenderSVGResourceClipper.cpp 55 void RenderSVGResourceClipper::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResourceFilter.cpp 56 void RenderSVGResourceFilter::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGRoot.cpp 237 (*it)->removeAllClientsFromCache();

Completed in 245 milliseconds