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 155 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document& document, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
163 hasPendingResource = true;
255 bool hasPendingResource = false;
257 RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(document, style->fillPaintType(), style->fillPaintUri(), id, hasPendingResource);
258 if (!ensureResources(resources)->setFill(resource) && hasPendingResource) {
264 bool hasPendingResource = false;
266 RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(document, style->strokePaintType(), style->strokePaintUri(), id, hasPendingResource);
267 if (!ensureResources(resources)->setStroke(resource) && hasPendingResource) {
RenderSVGResourceContainer.cpp 214 if (!extensions->hasPendingResource(m_id)) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.h 105 bool hasPendingResource(const AtomicString& id) const;
SVGDocumentExtensions.cpp 159 bool SVGDocumentExtensions::hasPendingResource(const AtomicString& id) const
189 if (!hasPendingResource(id))
SVGElement.cpp 150 if (!extensions->hasPendingResource(resourceId))
    [all...]

Completed in 29 milliseconds