Home
last modified time | relevance | path

Searched defs:markForInvalidation (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceMarker.cpp60 void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache()
65 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache()
DRenderSVGResourceMasker.cpp62 void RenderSVGResourceMasker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache()
73 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache()
DRenderSVGResourcePattern.cpp52 void RenderSVGResourcePattern::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache()
63 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache()
DRenderSVGResourceGradient.cpp55 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache()
66 …id RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache()
DRenderSVGResourceFilter.cpp72 void RenderSVGResourceFilter::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache()
82 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache()
DRenderSVGResourceClipper.cpp68 void RenderSVGResourceClipper::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache()
82 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache()
DRenderSVGResourceContainer.cpp94 bool markForInvalidation = mode != ParentOnlyInvalidation; in markAllClientsForInvalidation() local