Home
last modified time | relevance | path

Searched refs:removeClientFromCache (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResources.cpp313 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()
DRenderSVGResource.cpp168 filter->removeClientFromCache(object); in removeFromCacheAndInvalidateDependencies()
171 masker->removeClientFromCache(object); in removeFromCacheAndInvalidateDependencies()
174 clipper->removeClientFromCache(object); in removeFromCacheAndInvalidateDependencies()
DRenderSVGResourceSolidColor.h35 virtual void removeClientFromCache(RenderObject*, bool = true) { }
DSVGResourcesCache.cpp112 resources->removeClientFromCache(object); in clientLayoutChanged()
176 resources->removeClientFromCache(renderer); in clientDestroyed()
DRenderSVGResourceGradient.h49 … virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
DRenderSVGResourcePattern.h52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResourceMasker.h46 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResourceMarker.h42 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResource.h61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
DRenderSVGResourceClipper.h51 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResourceFilter.h67 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DSVGResources.h72 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
DRenderSVGResourceFilter.cpp59 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceFilter
291 removeClientFromCache(object); in postApplyResource()
DRenderSVGResourceMarker.cpp72 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceMarker
DRenderSVGResourceGradient.cpp46 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidatio… in removeClientFromCache() function in WebCore::RenderSVGResourceGradient
DRenderSVGImage.cpp209 resources->removeClientFromCache(this); in imageChanged()
DRenderSVGResourceMasker.cpp52 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceMasker
DRenderSVGResourceContainer.cpp174 removeClientFromCache(client, false); in removeClient()
DRenderSVGResourcePattern.cpp47 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourcePattern
DRenderSVGResourceClipper.cpp61 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceClipper
DSVGRenderSupport.cpp177 resources->removeClientFromCache(start, false); in invalidateResourcesOfChildren()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImageCache.h49 void removeClientFromCache(const ImageResourceClient*);
DSVGImageCache.cpp46 void SVGImageCache::removeClientFromCache(const ImageResourceClient* client) in removeClientFromCache() function in WebCore::SVGImageCache
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp100 m_svgImageCache->removeClientFromCache(static_cast<ImageResourceClient*>(c)); in didRemoveClient()