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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.h 35 virtual void removeAllClientsFromCache(bool = true) { }
RenderSVGGradientStop.cpp 62 container->removeAllClientsFromCache();
RenderSVGResource.h 60 virtual void removeAllClientsFromCache(bool markForInvalidation = true) = 0;
RenderSVGResourceClipper.h 51 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGResourceContainer.cpp 54 removeAllClientsFromCache();
78 removeAllClientsFromCache();
100 client->toRenderSVGResourceContainer()->removeAllClientsFromCache(markForInvalidation);
114 current->toRenderSVGResourceContainer()->removeAllClientsFromCache(markForInvalidation);
RenderSVGResourceGradient.h 49 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGResourceMarker.h 43 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGResourceMasker.h 48 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGResourcePattern.h 51 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
RenderSVGResourceFilter.h 71 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
SVGResources.cpp 340 m_linkedResource->removeAllClientsFromCache();
350 m_clipperFilterMaskerData->masker->removeAllClientsFromCache();
358 m_markerData->markerStart->removeAllClientsFromCache();
362 m_markerData->markerMid->removeAllClientsFromCache();
366 m_markerData->markerEnd->removeAllClientsFromCache();
376 m_fillStrokeData->fill->removeAllClientsFromCache();
380 m_fillStrokeData->stroke->removeAllClientsFromCache();
389 m_clipperFilterMaskerData->filter->removeAllClientsFromCache();
400 m_clipperFilterMaskerData->clipper->removeAllClientsFromCache();
RenderSVGResourceMarker.cpp 52 removeAllClientsFromCache();
60 void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResource.cpp 151 current->toRenderSVGResourceContainer()->removeAllClientsFromCache();
RenderSVGResourceGradient.cpp 55 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation)
150 // synchronization to kick in, which causes removeAllClientsFromCache() to be called, which in turn deletes our
RenderSVGResourceMasker.cpp 62 void RenderSVGResourceMasker::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResourcePattern.cpp 52 void RenderSVGResourcePattern::removeAllClientsFromCache(bool markForInvalidation)
82 // synchronization to kick in, which causes removeAllClientsFromCache() to be called, which in turn deletes our
RenderSVGResourceClipper.cpp 68 void RenderSVGResourceClipper::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResourceFilter.cpp 72 void RenderSVGResourceFilter::removeAllClientsFromCache(bool markForInvalidation)

Completed in 3397 milliseconds