/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGResourcesCache.cpp | 31 SVGResourcesCache::SVGResourcesCache() in SVGResourcesCache() function in blink::SVGResourcesCache 35 SVGResourcesCache::~SVGResourcesCache() in ~SVGResourcesCache() 39 void SVGResourcesCache::addResourcesFromRenderObject(RenderObject* object, const RenderStyle* style) in addResourcesFromRenderObject() 68 void SVGResourcesCache::removeResourcesFromRenderObject(RenderObject* object) in removeResourcesFromRenderObject() 83 static inline SVGResourcesCache* resourcesCacheFromRenderObject(const RenderObject* renderer) in resourcesCacheFromRenderObject() 88 SVGResourcesCache* cache = extensions.resourcesCache(); in resourcesCacheFromRenderObject() 94 SVGResources* SVGResourcesCache::cachedResourcesForRenderObject(const RenderObject* renderer) in cachedResourcesForRenderObject() 100 void SVGResourcesCache::clientLayoutChanged(RenderObject* object) in clientLayoutChanged() 102 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); in clientLayoutChanged() 118 void SVGResourcesCache::clientStyleChanged(RenderObject* renderer, StyleDifference diff, const Rend… in clientStyleChanged() [all …]
|
D | SVGResourcesCache.h | 36 class SVGResourcesCache { 37 WTF_MAKE_NONCOPYABLE(SVGResourcesCache); WTF_MAKE_FAST_ALLOCATED; 39 SVGResourcesCache(); 40 ~SVGResourcesCache();
|
D | RenderSVGInline.cpp | 121 SVGResourcesCache::clientDestroyed(this); in willBeDestroyed() 131 SVGResourcesCache::clientStyleChanged(this, diff, style()); in styleDidChange() 137 SVGResourcesCache::clientWasAddedToTree(child, child->style()); in addChild() 145 SVGResourcesCache::clientWillBeRemovedFromTree(child); in removeChild()
|
D | RenderSVGContainer.cpp | 74 SVGResourcesCache::clientLayoutChanged(this); in layout() 90 SVGResourcesCache::clientWasAddedToTree(child, child->style()); in addChild() 95 SVGResourcesCache::clientWillBeRemovedFromTree(child); in removeChild() 102 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); in selfWillPaint()
|
D | RenderSVGRoot.cpp | 237 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); in paintReplaced() 269 SVGResourcesCache::clientDestroyed(this); in willBeDestroyed() 283 SVGResourcesCache::clientStyleChanged(this, diff, style()); in styleDidChange() 294 SVGResourcesCache::clientWasAddedToTree(child, child->style()); in addChild() 299 SVGResourcesCache::clientWillBeRemovedFromTree(child); in removeChild() 306 SVGResourcesCache::clientWasAddedToTree(this, style()); in insertedIntoTree() 311 SVGResourcesCache::clientWillBeRemovedFromTree(this); in willBeRemovedFromTree()
|
D | SVGRenderingContext.cpp | 64 ASSERT(SVGResourcesCache::cachedResourcesForRenderObject(m_object)); in ~SVGRenderingContext() 67 … ASSERT(SVGResourcesCache::cachedResourcesForRenderObject(m_object)->filter() == m_filter); in ~SVGRenderingContext() 74 … ASSERT(SVGResourcesCache::cachedResourcesForRenderObject(m_object)->clipper() == m_clipper); in ~SVGRenderingContext() 79 … ASSERT(SVGResourcesCache::cachedResourcesForRenderObject(m_object)->masker() == m_masker); in ~SVGRenderingContext() 142 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(m_object); in prepareToRenderSVGContent()
|
D | RenderSVGBlock.cpp | 76 SVGResourcesCache::clientDestroyed(this); in willBeDestroyed() 86 SVGResourcesCache::clientStyleChanged(this, diff, style()); in styleDidChange()
|
D | RenderSVGShape.cpp | 154 SVGResourcesCache::clientLayoutChanged(this); in layout() 196 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); in shouldGenerateMarkerPositions() 358 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); in markerRect() 434 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); in drawMarkers() 461 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); in processMarkerPositions()
|
D | RenderSVGModelObject.cpp | 88 SVGResourcesCache::clientDestroyed(this); in willBeDestroyed() 112 SVGResourcesCache::clientStyleChanged(this, diff, style()); in styleDidChange()
|
D | SVGRenderSupport.cpp | 242 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); in layoutResourcesIfNeeded() 259 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(renderer); in intersectPaintInvalidationRectWithResources() 280 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); in filtersForceContainerLayout() 293 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); in pointInClippingArea()
|
D | RenderSVGImage.cpp | 138 SVGResourcesCache::clientLayoutChanged(this); in layout() 185 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this)) in imageChanged()
|
D | RenderSVGResource.cpp | 107 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object)) in requestPaintingResource() 140 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object)) { in removeFromCacheAndInvalidateDependencies()
|
D | RenderSVGResourceContainer.cpp | 71 SVGResourcesCache::resourceDestroyed(this); in willBeDestroyed() 228 SVGResourcesCache::clientStyleChanged(renderer, diff, renderer->style()); in registerResource()
|
D | RenderSVGText.cpp | 409 SVGResourcesCache::clientLayoutChanged(this); in layout() 503 SVGResourcesCache::clientWasAddedToTree(child, child->style()); in addChild() 509 SVGResourcesCache::clientWillBeRemovedFromTree(child); in removeChild()
|
D | RenderSVGResourceContainer.h | 72 friend class SVGResourcesCache;
|
D | RenderSVGForeignObject.cpp | 118 SVGResourcesCache::clientLayoutChanged(this); in layout()
|
D | SVGResourcesCycleSolver.cpp | 85 if (SVGResources* nodeResources = SVGResourcesCache::cachedResourcesForRenderObject(node)) { in resourceContainsCycles()
|
D | SVGInlineTextBox.cpp | 641 SVGResourcesCache::clientStyleChanged(&parent()->renderer(), diff, selectionStyle); in paintText() 649 SVGResourcesCache::clientStyleChanged(&parent()->renderer(), diff, style); in paintText()
|
D | RenderSVGResourceClipper.cpp | 186 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); in applyClippingToContext()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGDocumentExtensions.h | 39 class SVGResourcesCache; variable 66 SVGResourcesCache* resourcesCache() const { return m_resourcesCache.get(); } in resourcesCache() 103 OwnPtr<SVGResourcesCache> m_resourcesCache;
|
D | SVGDocumentExtensions.cpp | 43 , m_resourcesCache(adoptPtr(new SVGResourcesCache)) in SVGDocumentExtensions()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_svg.target.darwin-x86_64.mk | 68 third_party/WebKit/Source/core/rendering/svg/SVGResourcesCache.cpp \
|
D | webcore_svg.target.darwin-mips64.mk | 68 third_party/WebKit/Source/core/rendering/svg/SVGResourcesCache.cpp \
|
D | webcore_svg.target.darwin-arm64.mk | 68 third_party/WebKit/Source/core/rendering/svg/SVGResourcesCache.cpp \
|
D | webcore_svg.target.linux-mips.mk | 68 third_party/WebKit/Source/core/rendering/svg/SVGResourcesCache.cpp \
|