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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceGradient.cpp 46 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceMarker.cpp 67 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceMasker.cpp 52 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourcePattern.cpp 48 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceClipper.cpp 63 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation)
RenderSVGResourceFilter.cpp 68 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation)
SVGResources.cpp 334 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const
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(object, markForInvalidation)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.cpp 47 void SVGImageCache::removeClientFromCache(const ImageResourceClient* client)

Completed in 89 milliseconds