/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceMarker.cpp | 67 void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 69 …markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyIn… in removeAllClientsFromCache() 72 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 75 …markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalid… in removeClientFromCache()
|
D | RenderSVGResourceGradient.cpp | 39 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 43 … markAllClientsForInvalidation(markForInvalidation ? RepaintInvalidation : ParentOnlyInvalidation); in removeAllClientsFromCache() 46 …id RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 50 …markClientForInvalidation(client, markForInvalidation ? RepaintInvalidation : ParentOnlyInvalidati… in removeClientFromCache()
|
D | RenderSVGResourceMasker.cpp | 45 void RenderSVGResourceMasker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 49 …markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyIn… in removeAllClientsFromCache() 52 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 55 …markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalid… in removeClientFromCache()
|
D | SVGResources.cpp | 313 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const in removeClientFromCache() 322 m_linkedResource->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 328 m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 330 m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 332 m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 337 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 339 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 341 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 346 m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 348 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation); in removeClientFromCache()
|
D | RenderSVGResourceGradient.h | 48 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL; 49 … virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
|
D | RenderSVGResourcePattern.h | 51 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceMasker.h | 45 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 46 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceMarker.h | 41 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 42 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResource.h | 60 virtual void removeAllClientsFromCache(bool markForInvalidation = true) = 0; 61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
|
D | RenderSVGResourceClipper.h | 50 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 51 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceFilter.h | 66 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 67 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourcePattern.cpp | 40 void RenderSVGResourcePattern::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 44 … markAllClientsForInvalidation(markForInvalidation ? RepaintInvalidation : ParentOnlyInvalidation); in removeAllClientsFromCache() 47 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 51 …markClientForInvalidation(client, markForInvalidation ? RepaintInvalidation : ParentOnlyInvalidati… in removeClientFromCache()
|
D | RenderSVGResourceContainer.cpp | 113 bool markForInvalidation = mode != ParentOnlyInvalidation; in markAllClientsForInvalidation() local 119 toRenderSVGResourceContainer(client)->removeAllClientsFromCache(markForInvalidation); in markAllClientsForInvalidation() 123 if (markForInvalidation) in markAllClientsForInvalidation()
|
D | RenderSVGResourceClipper.cpp | 54 void RenderSVGResourceClipper::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 58 …markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyIn… in removeAllClientsFromCache() 61 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 64 …markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalid… in removeClientFromCache()
|
D | RenderSVGResourceFilter.cpp | 53 void RenderSVGResourceFilter::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 56 …markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyIn… in removeAllClientsFromCache() 59 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 70 …markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalid… in removeClientFromCache()
|
D | SVGResources.h | 72 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
|