Home
last modified time | relevance | path

Searched refs:markForInvalidation (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceMarker.cpp67 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()
DRenderSVGResourceGradient.cpp39 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()
DRenderSVGResourceMasker.cpp45 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()
DSVGResources.cpp313 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()
DRenderSVGResourceGradient.h48 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL;
49 … virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
DRenderSVGResourcePattern.h51 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResourceMasker.h45 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
46 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResourceMarker.h41 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
42 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResource.h60 virtual void removeAllClientsFromCache(bool markForInvalidation = true) = 0;
61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
DRenderSVGResourceClipper.h50 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
51 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResourceFilter.h66 virtual void removeAllClientsFromCache(bool markForInvalidation = true);
67 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
DRenderSVGResourcePattern.cpp40 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()
DRenderSVGResourceContainer.cpp113 bool markForInvalidation = mode != ParentOnlyInvalidation; in markAllClientsForInvalidation() local
119 toRenderSVGResourceContainer(client)->removeAllClientsFromCache(markForInvalidation); in markAllClientsForInvalidation()
123 if (markForInvalidation) in markAllClientsForInvalidation()
DRenderSVGResourceClipper.cpp54 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()
DRenderSVGResourceFilter.cpp53 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()
DSVGResources.h72 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;