Home
last modified time | relevance | path

Searched refs:hasPendingResource (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResources.cpp155 …Paint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource) in paintingResourceFromSVGPaint() argument
163 hasPendingResource = true; in paintingResourceFromSVGPaint()
255 bool hasPendingResource = false; in buildResources() local
257 …ourceFromSVGPaint(document, style->fillPaintType(), style->fillPaintUri(), id, hasPendingResource); in buildResources()
258 if (!ensureResources(resources)->setFill(resource) && hasPendingResource) { in buildResources()
264 bool hasPendingResource = false; in buildResources() local
266 …eFromSVGPaint(document, style->strokePaintType(), style->strokePaintUri(), id, hasPendingResource); in buildResources()
267 if (!ensureResources(resources)->setStroke(resource) && hasPendingResource) { in buildResources()
DRenderSVGResourceContainer.cpp214 if (!extensions->hasPendingResource(m_id)) { in registerResource()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h105 bool hasPendingResource(const AtomicString& id) const;
DSVGDocumentExtensions.cpp159 bool SVGDocumentExtensions::hasPendingResource(const AtomicString& id) const in hasPendingResource() function in WebCore::SVGDocumentExtensions
189 if (!hasPendingResource(id)) in isElementPendingResource()
DSVGElement.cpp150 if (!extensions->hasPendingResource(resourceId)) in buildPendingResourcesIfNeeded()