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 180 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(TreeScope& treeScope, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
188 hasPendingResource = true;
279 bool hasPendingResource = false;
281 RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(treeScope, style->fillPaintType(), style->fillPaintUri(), id, hasPendingResource);
282 if (!ensureResources(resources)->setFill(resource) && hasPendingResource) {
288 bool hasPendingResource = false;
290 RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(treeScope, style->strokePaintType(), style->strokePaintUri(), id, hasPendingResource);
291 if (!ensureResources(resources)->setStroke(resource) && hasPendingResource) {
RenderSVGResourceContainer.cpp 212 if (!extensions.hasPendingResource(m_id)) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.h 126 bool hasPendingResource(const AtomicString& id) const;
SVGDocumentExtensions.cpp 177 bool SVGDocumentExtensions::hasPendingResource(const AtomicString& id) const
207 if (!hasPendingResource(id))
SVGElement.cpp 149 if (!extensions.hasPendingResource(resourceId))
    [all...]

Completed in 60 milliseconds