HomeSort by relevance Sort by last modified time
    Searched defs:hasPendingResource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.cpp 178 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(TreeScope& treeScope, const SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
186 hasPendingResource = true;
276 bool hasPendingResource = false;
278 RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(treeScope, style.fillPaintType(), style.fillPaintUri(), id, hasPendingResource);
279 if (!ensureResources(resources)->setFill(resource) && hasPendingResource) {
285 bool hasPendingResource = false;
287 RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(treeScope, style.strokePaintType(), style.strokePaintUri(), id, hasPendingResource);
288 if (!ensureResources(resources)->setStroke(resource) && hasPendingResource) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.cpp 179 bool SVGDocumentExtensions::hasPendingResource(const AtomicString& id) const
209 if (!hasPendingResource(id))

Completed in 114 milliseconds