/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGResources.cpp | 289 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const in removeClientFromCache() function in WebCore::SVGResources 298 m_linkedResource->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 304 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 307 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 310 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 315 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 317 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 319 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 324 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 326 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation); in removeClientFromCache()
|
D | RenderSVGResourceSolidColor.h | 36 virtual void removeClientFromCache(RenderObject*, bool = true) { }
|
D | RenderSVGResourceMasker.h | 49 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceClipper.h | 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceGradient.h | 50 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourcePattern.h | 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceMarker.h | 44 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResource.h | 61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
|
D | RenderSVGResourceFilter.h | 72 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | SVGResources.h | 68 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
|
D | RenderSVGResourceFilter.cpp | 82 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceFilter 283 removeClientFromCache(object); in postApplyResource()
|
D | RenderSVGResourceMarker.cpp | 65 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceMarker
|
D | SVGResourcesCache.cpp | 120 resources->removeClientFromCache(object); in clientLayoutChanged()
|
D | RenderSVGImage.cpp | 177 resources->removeClientFromCache(this); in imageChanged()
|
D | RenderSVGResourceMasker.cpp | 73 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceMasker
|
D | RenderSVGResourceGradient.cpp | 66 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidatio… in removeClientFromCache() function in WebCore::RenderSVGResourceGradient
|
D | RenderSVGResourcePattern.cpp | 63 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourcePattern
|
D | RenderSVGResourceClipper.cpp | 82 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() function in WebCore::RenderSVGResourceClipper
|
D | SVGRenderSupport.cpp | 204 resources->removeClientFromCache(start, false); in invalidateResourcesOfChildren()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 79294 …Renamed invalidateClient -> removeClientFromCache and invalidateClients -> removeAllClientsFromCac… 79309 (WebCore::RenderSVGResourceClipper::removeClientFromCache): 79320 (WebCore::RenderSVGResourceFilter::removeClientFromCache): 79325 (WebCore::RenderSVGResourceGradient::removeClientFromCache): 79331 (WebCore::RenderSVGResourceMarker::removeClientFromCache): 79335 (WebCore::RenderSVGResourceMasker::removeClientFromCache): 79339 (WebCore::RenderSVGResourcePattern::removeClientFromCache): 79344 (WebCore::RenderSVGResourceSolidColor::removeClientFromCache): 79349 (WebCore::SVGResources::removeClientFromCache):
|
D | ChangeLog | 6889 (WebCore::RenderSVGResourceFilter::removeClientFromCache):
|