Searched defs:removeClientFromCache (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageCache.cpp47 void SVGImageCache::removeClientFromCache(const ImageResourceClient* client) function in class:blink::SVGImageCache
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceGradient.cpp46 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:blink::RenderSVGResourceGradient
H A DRenderSVGResourceMarker.cpp67 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:blink::RenderSVGResourceMarker
H A DRenderSVGResourceMasker.cpp52 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:blink::RenderSVGResourceMasker
H A DRenderSVGResourcePattern.cpp48 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:blink::RenderSVGResourcePattern
H A DRenderSVGResourceClipper.cpp63 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:blink::RenderSVGResourceClipper
H A DRenderSVGResourceFilter.cpp68 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:blink::RenderSVGResourceFilter
H A DSVGResources.cpp334 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const function in class:blink::SVGResources
343 m_linkedResource->removeClientFromCache(object, markForInvalidation);
349 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation);
351 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation);
353 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation);
358 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation);
360 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation);
362 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation);
367 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation);
369 m_fillStrokeData->stroke->removeClientFromCache(objec
[all...]

Completed in 274 milliseconds