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