/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceMarker.cpp | 60 void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 62 …markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyIn… in removeAllClientsFromCache() 65 void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 68 …markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalid… in removeClientFromCache()
|
D | RenderSVGResourceContainer.cpp | 94 bool markForInvalidation = mode != ParentOnlyInvalidation; in markAllClientsForInvalidation() local 100 client->toRenderSVGResourceContainer()->removeAllClientsFromCache(markForInvalidation); in markAllClientsForInvalidation() 104 if (markForInvalidation) in markAllClientsForInvalidation() 114 … current->toRenderSVGResourceContainer()->removeAllClientsFromCache(markForInvalidation); in markAllClientsForInvalidation()
|
D | SVGResources.cpp | 289 void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const in removeClientFromCache() 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 | RenderSVGResourceMasker.h | 48 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 49 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceClipper.h | 51 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceGradient.h | 49 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 50 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourcePattern.h | 51 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 52 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceMasker.cpp | 62 void RenderSVGResourceMasker::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 70 …markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyIn… in removeAllClientsFromCache() 73 void RenderSVGResourceMasker::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 80 …markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalid… in removeClientFromCache()
|
D | RenderSVGResource.h | 60 virtual void removeAllClientsFromCache(bool markForInvalidation = true) = 0; 61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
|
D | RenderSVGResourceMarker.h | 43 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 44 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceFilter.h | 71 virtual void removeAllClientsFromCache(bool markForInvalidation = true); 72 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true);
|
D | RenderSVGResourceGradient.cpp | 55 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 63 … markAllClientsForInvalidation(markForInvalidation ? RepaintInvalidation : ParentOnlyInvalidation); in removeAllClientsFromCache() 66 …id RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 73 …markClientForInvalidation(client, markForInvalidation ? RepaintInvalidation : ParentOnlyInvalidati… in removeClientFromCache()
|
D | RenderSVGResourcePattern.cpp | 52 void RenderSVGResourcePattern::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 60 … markAllClientsForInvalidation(markForInvalidation ? RepaintInvalidation : ParentOnlyInvalidation); in removeAllClientsFromCache() 63 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 70 …markClientForInvalidation(client, markForInvalidation ? RepaintInvalidation : ParentOnlyInvalidati… in removeClientFromCache()
|
D | RenderSVGResourceFilter.cpp | 72 void RenderSVGResourceFilter::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 79 …markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyIn… in removeAllClientsFromCache() 82 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 93 …markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalid… in removeClientFromCache()
|
D | RenderSVGResourceClipper.cpp | 68 void RenderSVGResourceClipper::removeAllClientsFromCache(bool markForInvalidation) in removeAllClientsFromCache() argument 79 …markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyIn… in removeAllClientsFromCache() 82 void RenderSVGResourceClipper::removeClientFromCache(RenderObject* client, bool markForInvalidation) in removeClientFromCache() argument 91 …markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalid… in removeClientFromCache()
|
D | SVGResources.h | 68 void removeClientFromCache(RenderObject*, bool markForInvalidation = true) const;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 79295 …Add a boolean "markForInvalidation" parameter, that controls wheter the clients should be marked f…
|