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/rendering/svg/
RenderSVGResourceSolidColor.h 35 virtual void removeClientFromCache(RenderObject*, bool = true) { }
RenderSVGResourceMasker.h 48 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResource.h 61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
RenderSVGResourceClipper.h 42 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResourceGradient.h 50 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
RenderSVGResourceMarker.h 43 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResourcePattern.h 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResourceFilter.h 67 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
SVGResources.cpp 283 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const
292 m_linkedResource->removeClientFromCache(object, markForInvalidation);
298 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation);
300 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation);
302 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation);
307 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation);
309 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation);
311 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation);
316 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation);
318 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation)
    [all...]
SVGResources.h 71 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
RenderSVGResource.cpp 166 filter->removeClientFromCache(object);
169 masker->removeClientFromCache(object);
172 clipper->removeClientFromCache(object);
SVGResourcesCache.cpp 114 resources->removeClientFromCache(object);
181 resources->removeClientFromCache(renderer);
RenderSVGResourceContainer.cpp 156 removeClientFromCache(client, false);
RenderSVGResourceGradient.cpp 47 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceMarker.cpp 64 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceFilter.cpp 66 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation)
269 removeClientFromCache(object);
RenderSVGImage.cpp 207 resources->removeClientFromCache(this);
RenderSVGResourceMasker.cpp 66 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourcePattern.cpp 48 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceClipper.cpp 66 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation)
SVGRenderSupport.cpp 177 resources->removeClientFromCache(start, false);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.h 49 void removeClientFromCache(const ImageResourceClient*);
SVGImageCache.cpp 46 void SVGImageCache::removeClientFromCache(const ImageResourceClient* client)
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.cpp 97 m_svgImageCache->removeClientFromCache(static_cast<ImageResourceClient*>(c));

Completed in 97 milliseconds