Home
last modified time | relevance | path

Searched refs:SVGResourcesCache (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResourcesCache.cpp31 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 …]
DSVGResourcesCache.h36 class SVGResourcesCache {
37 WTF_MAKE_NONCOPYABLE(SVGResourcesCache); WTF_MAKE_FAST_ALLOCATED;
39 SVGResourcesCache();
40 ~SVGResourcesCache();
DRenderSVGInline.cpp121 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()
DRenderSVGContainer.cpp74 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()
DRenderSVGRoot.cpp237 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()
DSVGRenderingContext.cpp64 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()
DRenderSVGBlock.cpp76 SVGResourcesCache::clientDestroyed(this); in willBeDestroyed()
86 SVGResourcesCache::clientStyleChanged(this, diff, style()); in styleDidChange()
DRenderSVGShape.cpp154 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()
DRenderSVGModelObject.cpp88 SVGResourcesCache::clientDestroyed(this); in willBeDestroyed()
112 SVGResourcesCache::clientStyleChanged(this, diff, style()); in styleDidChange()
DSVGRenderSupport.cpp242 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()
DRenderSVGImage.cpp138 SVGResourcesCache::clientLayoutChanged(this); in layout()
185 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this)) in imageChanged()
DRenderSVGResource.cpp107 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object)) in requestPaintingResource()
140 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object)) { in removeFromCacheAndInvalidateDependencies()
DRenderSVGResourceContainer.cpp71 SVGResourcesCache::resourceDestroyed(this); in willBeDestroyed()
228 SVGResourcesCache::clientStyleChanged(renderer, diff, renderer->style()); in registerResource()
DRenderSVGText.cpp409 SVGResourcesCache::clientLayoutChanged(this); in layout()
503 SVGResourcesCache::clientWasAddedToTree(child, child->style()); in addChild()
509 SVGResourcesCache::clientWillBeRemovedFromTree(child); in removeChild()
DRenderSVGResourceContainer.h72 friend class SVGResourcesCache;
DRenderSVGForeignObject.cpp118 SVGResourcesCache::clientLayoutChanged(this); in layout()
DSVGResourcesCycleSolver.cpp85 if (SVGResources* nodeResources = SVGResourcesCache::cachedResourcesForRenderObject(node)) { in resourceContainsCycles()
DSVGInlineTextBox.cpp641 SVGResourcesCache::clientStyleChanged(&parent()->renderer(), diff, selectionStyle); in paintText()
649 SVGResourcesCache::clientStyleChanged(&parent()->renderer(), diff, style); in paintText()
DRenderSVGResourceClipper.cpp186 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); in applyClippingToContext()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h39 class SVGResourcesCache; variable
66 SVGResourcesCache* resourcesCache() const { return m_resourcesCache.get(); } in resourcesCache()
103 OwnPtr<SVGResourcesCache> m_resourcesCache;
DSVGDocumentExtensions.cpp43 , m_resourcesCache(adoptPtr(new SVGResourcesCache)) in SVGDocumentExtensions()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-x86_64.mk68 third_party/WebKit/Source/core/rendering/svg/SVGResourcesCache.cpp \
Dwebcore_svg.target.darwin-mips64.mk68 third_party/WebKit/Source/core/rendering/svg/SVGResourcesCache.cpp \
Dwebcore_svg.target.darwin-arm64.mk68 third_party/WebKit/Source/core/rendering/svg/SVGResourcesCache.cpp \
Dwebcore_svg.target.linux-mips.mk68 third_party/WebKit/Source/core/rendering/svg/SVGResourcesCache.cpp \

12