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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.h 35 virtual void removeClientFromCache(RenderObject*, bool = true) OVERRIDE { }
RenderSVGResource.h 56 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
RenderSVGResourceGradient.h 49 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
RenderSVGResourceMasker.h 46 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
RenderSVGResourcePattern.h 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
RenderSVGResource.cpp 142 filter->removeClientFromCache(object);
145 masker->removeClientFromCache(object);
148 clipper->removeClientFromCache(object);
RenderSVGResourceClipper.h 44 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
RenderSVGResourceFilter.h 65 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
RenderSVGResourceMarker.h 41 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
SVGResources.cpp 334 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const
343 m_linkedResource->removeClientFromCache(object, markForInvalidation);
349 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation);
351 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation);
353 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation);
358 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation);
360 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation);
362 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation);
367 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation);
369 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation)
    [all...]
SVGResourcesCache.cpp 109 resources->removeClientFromCache(object);
173 resources->removeClientFromCache(renderer);
SVGResources.h 75 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
RenderSVGImage.cpp 186 resources->removeClientFromCache(this);
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)
RenderSVGResourceContainer.cpp 167 removeClientFromCache(client, false);
RenderSVGResourcePattern.cpp 48 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceClipper.cpp 63 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceFilter.cpp 68 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation)
  /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/fetch/
ImageResource.cpp 112 m_svgImageCache->removeClientFromCache(static_cast<ImageResourceClient*>(c));

Completed in 899 milliseconds