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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.cpp 157 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document* document, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
165 hasPendingResource = true;
254 bool hasPendingResource = false;
256 if (setFill(paintingResourceFromSVGPaint(document, style->fillPaintType(), style->fillPaintUri(), id, hasPendingResource)))
258 else if (hasPendingResource)
263 bool hasPendingResource = false;
265 if (setStroke(paintingResourceFromSVGPaint(document, style->strokePaintType(), style->strokePaintUri(), id, hasPendingResource)))
267 else if (hasPendingResource)
RenderSVGResourceContainer.cpp 175 if (!extensions->hasPendingResource(m_id)) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.h 95 bool hasPendingResource(const AtomicString& id) const;
SVGDocumentExtensions.cpp 155 bool SVGDocumentExtensions::hasPendingResource(const AtomicString& id) const
185 if (!hasPendingResource(id))
SVGElement.cpp 141 if (!extensions->hasPendingResource(resourceId))
    [all...]

Completed in 409 milliseconds