/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGResources.cpp | 313 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const in removeClientFromCache() function in WebCore::SVGResources 322 m_linkedResource->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 328 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 330 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 332 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 337 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 339 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 341 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 346 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 348 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation); in removeClientFromCache()
|
D | RenderSVGResource.cpp | 168 filter->removeClientFromCache(object); in removeFromCacheAndInvalidateDependencies() 171 masker->removeClientFromCache(object); in removeFromCacheAndInvalidateDependencies() 174 clipper->removeClientFromCache(object); in removeFromCacheAndInvalidateDependencies()
|
D | RenderSVGResourceSolidColor.h | 35 virtual void removeClientFromCache(RenderObject*, bool = true) { }
|
D | SVGResourcesCache.cpp | 112 resources->removeClientFromCache(object); in clientLayoutChanged() 176 resources->removeClientFromCache(renderer); in clientDestroyed()
|
D | RenderSVGResourceGradient.h | 49 … virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
|
D | RenderSVGResourcePattern.h | 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceMasker.h | 46 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceMarker.h | 42 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResource.h | 61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
|
D | RenderSVGResourceClipper.h | 51 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceFilter.h | 67 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | SVGResources.h | 72 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
|
D | RenderSVGResourceFilter.cpp | 59 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceFilter 291 removeClientFromCache(object); in postApplyResource()
|
D | RenderSVGResourceMarker.cpp | 72 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceMarker
|
D | RenderSVGResourceGradient.cpp | 46 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidatio… in removeClientFromCache() function in WebCore::RenderSVGResourceGradient
|
D | RenderSVGImage.cpp | 209 resources->removeClientFromCache(this); in imageChanged()
|
D | RenderSVGResourceMasker.cpp | 52 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceMasker
|
D | RenderSVGResourceContainer.cpp | 174 removeClientFromCache(client, false); in removeClient()
|
D | RenderSVGResourcePattern.cpp | 47 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourcePattern
|
D | RenderSVGResourceClipper.cpp | 61 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceClipper
|
D | SVGRenderSupport.cpp | 177 resources->removeClientFromCache(start, false); in invalidateResourcesOfChildren()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImageCache.h | 49 void removeClientFromCache(const ImageResourceClient*);
|
D | SVGImageCache.cpp | 46 void SVGImageCache::removeClientFromCache(const ImageResourceClient* client) in removeClientFromCache() function in WebCore::SVGImageCache
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | ImageResource.cpp | 100 m_svgImageCache->removeClientFromCache(static_cast<ImageResourceClient*>(c)); in didRemoveClient()
|