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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.h 34 virtual void removeAllClientsFromCache(bool = true) OVERRIDE { }
RenderSVGGradientStop.cpp 56 container->removeAllClientsFromCache();
RenderSVGResource.h 55 virtual void removeAllClientsFromCache(bool markForInvalidation = true) = 0;
RenderSVGResourceGradient.h 48 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL;
RenderSVGResourceMasker.h 45 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
RenderSVGResourcePattern.h 51 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
RenderSVGResourceClipper.h 43 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
RenderSVGResourceFilter.h 64 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
RenderSVGResourceMarker.h 40 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE;
SVGResources.cpp 383 m_linkedResource->removeAllClientsFromCache();
393 m_clipperFilterMaskerData->masker->removeAllClientsFromCache();
401 m_markerData->markerStart->removeAllClientsFromCache();
405 m_markerData->markerMid->removeAllClientsFromCache();
409 m_markerData->markerEnd->removeAllClientsFromCache();
419 m_fillStrokeData->fill->removeAllClientsFromCache();
423 m_fillStrokeData->stroke->removeAllClientsFromCache();
431 m_clipperFilterMaskerData->filter->removeAllClientsFromCache();
439 m_clipperFilterMaskerData->clipper->removeAllClientsFromCache();
RenderSVGResourceContainer.cpp 90 removeAllClientsFromCache();
117 toRenderSVGResourceContainer(client)->removeAllClientsFromCache(markForInvalidation);
201 removeAllClientsFromCache();
RenderSVGResource.cpp 195 toRenderSVGResourceContainer(current)->removeAllClientsFromCache();
RenderSVGResourceGradient.cpp 39 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation)
64 // synchronization to kick in, which causes removeAllClientsFromCache() to be called, which in turn deletes our
RenderSVGResourceMarker.cpp 62 void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResourceMasker.cpp 45 void RenderSVGResourceMasker::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResourcePattern.cpp 41 void RenderSVGResourcePattern::removeAllClientsFromCache(bool markForInvalidation)
111 // removeAllClientsFromCache(), we only make it visible in the cache at the very end.
RenderSVGResourceClipper.cpp 56 void RenderSVGResourceClipper::removeAllClientsFromCache(bool markForInvalidation)
RenderSVGResourceFilter.cpp 62 void RenderSVGResourceFilter::removeAllClientsFromCache(bool markForInvalidation)

Completed in 89 milliseconds