HomeSort by relevance Sort by last modified time
    Searched refs:removeClientFromCache (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.h 36 virtual void removeClientFromCache(RenderObject*, bool = true) { }
RenderSVGResource.h 61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
RenderSVGResourceClipper.h 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResourceGradient.h 50 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResourceMarker.h 44 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResourceMasker.h 49 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResourcePattern.h 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
RenderSVGResourceFilter.h 72 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
SVGResources.cpp 289 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const
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(object, markForInvalidation)
    [all...]
SVGResources.h 68 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
RenderSVGImage.cpp 177 resources->removeClientFromCache(this);
RenderSVGResourceMarker.cpp 65 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
SVGResourcesCache.cpp 120 resources->removeClientFromCache(object);
RenderSVGResourceFilter.cpp 82 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation)
283 removeClientFromCache(object);
RenderSVGResourceGradient.cpp 66 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceMasker.cpp 73 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourcePattern.cpp 63 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceClipper.cpp 82 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation)
SVGRenderSupport.cpp 204 resources->removeClientFromCache(start, false);

Completed in 211 milliseconds