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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.h 47 void removeClientFromCache(const ImageResourceClient*);
SVGImageCache.cpp 47 void SVGImageCache::removeClientFromCache(const ImageResourceClient* client)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.h 35 virtual void removeClientFromCache(RenderObject*, bool = true) OVERRIDE { }
RenderSVGResource.h 60 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
RenderSVGResourceGradient.h 49 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
RenderSVGResourceMarker.h 41 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
RenderSVGResourceMasker.h 46 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
RenderSVGResourcePattern.h 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
RenderSVGResourceClipper.h 51 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
RenderSVGResourceFilter.h 69 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
SVGResources.cpp 337 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const
346 m_linkedResource->removeClientFromCache(object, markForInvalidation);
352 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation);
354 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation);
356 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation);
361 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation);
363 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation);
365 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation);
370 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation);
372 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation)
    [all...]
SVGResourcesCache.cpp 110 resources->removeClientFromCache(object);
174 resources->removeClientFromCache(renderer);
SVGResources.h 75 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
RenderSVGResource.cpp 175 filter->removeClientFromCache(object);
178 masker->removeClientFromCache(object);
181 clipper->removeClientFromCache(object);
RenderSVGResourceGradient.cpp 46 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceMarker.cpp 67 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceMasker.cpp 52 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceFilter.cpp 64 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation)
355 removeClientFromCache(object);
RenderSVGImage.cpp 216 resources->removeClientFromCache(this);
RenderSVGResourceContainer.cpp 172 removeClientFromCache(client, false);
RenderSVGResourcePattern.cpp 47 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceClipper.cpp 62 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation)
SVGRenderSupport.cpp 176 resources->removeClientFromCache(start, false);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 108 m_svgImageCache->removeClientFromCache(static_cast<ImageResourceClient*>(c));

Completed in 664 milliseconds