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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceSolidColor.h36 virtual void removeClientFromCache(RenderObject*, bool = true) { } function in class:WebCore::RenderSVGResourceSolidColor
H A DRenderSVGResourceGradient.cpp66 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:WebCore::RenderSVGResourceGradient
H A DRenderSVGResourceMarker.cpp65 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:WebCore::RenderSVGResourceMarker
H A DRenderSVGResourceMasker.cpp73 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:WebCore::RenderSVGResourceMasker
H A DRenderSVGResourcePattern.cpp63 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:WebCore::RenderSVGResourcePattern
H A DRenderSVGResourceClipper.cpp82 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:WebCore::RenderSVGResourceClipper
H A DRenderSVGResourceFilter.cpp82 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) function in class:WebCore::RenderSVGResourceFilter
283 removeClientFromCache(object);
H A DSVGResources.cpp289 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const function in class:WebCore::SVGResources
298 m_linkedResource->removeClientFromCache(object, markForInvalidation);
304 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation);
307 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation);
310 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation);
315 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation);
317 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation);
319 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation);
324 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation);
326 m_fillStrokeData->stroke->removeClientFromCache(objec
[all...]

Completed in 73 milliseconds