/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceSolidColor.h | 35 virtual void removeClientFromCache(RenderObject*, bool = true) { }
|
RenderSVGResourceGradient.h | 49 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
|
RenderSVGResourceMarker.h | 42 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
RenderSVGResourceMasker.h | 46 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
RenderSVGResourcePattern.h | 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
RenderSVGResource.h | 61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
|
RenderSVGResourceClipper.h | 51 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
RenderSVGResourceFilter.h | 67 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
SVGResources.cpp | 313 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const 322 m_linkedResource->removeClientFromCache(object, markForInvalidation); 328 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation); 330 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation); 332 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation); 337 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation); 339 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation); 341 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation); 346 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation); 348 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation) [all...] |
SVGResources.h | 72 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
|
RenderSVGResource.cpp | 168 filter->removeClientFromCache(object); 171 masker->removeClientFromCache(object); 174 clipper->removeClientFromCache(object);
|
SVGResourcesCache.cpp | 112 resources->removeClientFromCache(object); 176 resources->removeClientFromCache(renderer);
|
RenderSVGResourceGradient.cpp | 46 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation)
|
RenderSVGResourceMarker.cpp | 72 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
|
RenderSVGResourceMasker.cpp | 52 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
|
RenderSVGResourceFilter.cpp | 59 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) 291 removeClientFromCache(object);
|
RenderSVGImage.cpp | 209 resources->removeClientFromCache(this);
|
RenderSVGResourceContainer.cpp | 174 removeClientFromCache(client, false);
|
RenderSVGResourcePattern.cpp | 47 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation)
|
RenderSVGResourceClipper.cpp | 61 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/fetch/ |
ImageResource.cpp | 100 m_svgImageCache->removeClientFromCache(static_cast<ImageResourceClient*>(c));
|