Searched refs:hasPendingResource (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGResources.cpp | 155 …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()
|
D | RenderSVGResourceContainer.cpp | 214 if (!extensions->hasPendingResource(m_id)) { in registerResource()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGDocumentExtensions.h | 105 bool hasPendingResource(const AtomicString& id) const;
|
D | SVGDocumentExtensions.cpp | 159 bool SVGDocumentExtensions::hasPendingResource(const AtomicString& id) const in hasPendingResource() function in WebCore::SVGDocumentExtensions 189 if (!hasPendingResource(id)) in isElementPendingResource()
|
D | SVGElement.cpp | 150 if (!extensions->hasPendingResource(resourceId)) in buildPendingResourcesIfNeeded()
|