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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResources.cpp155 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document* document, SVGPaint* paint, AtomicString& id, bool& hasPendingResource) argument
166 hasPendingResource = true;
260 bool hasPendingResource = false; local
262 if (setFill(paintingResourceFromSVGPaint(document, style->fillPaint(), id, hasPendingResource)))
264 else if (hasPendingResource)
269 bool hasPendingResource = false; local
271 if (setStroke(paintingResourceFromSVGPaint(document, style->strokePaint(), id, hasPendingResource)))
273 else if (hasPendingResource)

Completed in 37 milliseconds