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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.h 36 virtual void removeClientFromCache(RenderObject*, bool = true) { }
RenderSVGResourceGradient.cpp 66 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceMarker.cpp 65 void RenderSVGResourceMarker::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)
RenderSVGResourceFilter.cpp 82 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation)
283 removeClientFromCache(object);
RenderSVGResourceMasker.cpp 73 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
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...]

Completed in 50 milliseconds