SVG_PAINTTYPE_NONE   79 Source/core/rendering/style/SVGRenderStyle.h     static SVGPaint::SVGPaintType initialStrokePaintType() { return SVGPaint::SVG_PAINTTYPE_NONE; }
SVG_PAINTTYPE_NONE  362 Source/core/rendering/style/SVGRenderStyle.h     bool hasStroke() const { return strokePaintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
SVG_PAINTTYPE_NONE  364 Source/core/rendering/style/SVGRenderStyle.h     bool hasFill() const { return fillPaintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
SVG_PAINTTYPE_NONE   84 Source/core/rendering/svg/RenderSVGResource.cpp     ASSERT(paintType != SVGPaint::SVG_PAINTTYPE_NONE);
SVG_PAINTTYPE_NONE   49 Source/core/svg/SVGPaint.cpp     case SVG_PAINTTYPE_NONE:
SVG_PAINTTYPE_NONE   57 Source/core/svg/SVGPaint.h         return adoptRefWillBeRefCountedGarbageCollected(new SVGPaint(SVG_PAINTTYPE_NONE));