SVG_PAINTTYPE_URI_NONE  106 Source/core/rendering/svg/RenderSVGResource.cpp         if (visitedPaintType < SVGPaint::SVG_PAINTTYPE_URI_NONE && visitedPaintType != SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR) {
SVG_PAINTTYPE_URI_NONE  115 Source/core/rendering/svg/RenderSVGResource.cpp     if (paintType < SVGPaint::SVG_PAINTTYPE_URI_NONE) {
SVG_PAINTTYPE_URI_NONE  126 Source/core/rendering/svg/RenderSVGResource.cpp         if (paintType == SVGPaint::SVG_PAINTTYPE_URI_NONE || (!hasColor && !inheritColorFromParentStyle(object, applyToFill, color)))
SVG_PAINTTYPE_URI_NONE  158 Source/core/rendering/svg/SVGResources.cpp     case SVGPaint::SVG_PAINTTYPE_URI_NONE:
SVG_PAINTTYPE_URI_NONE   51 Source/core/svg/SVGPaint.cpp     case SVG_PAINTTYPE_URI_NONE:
SVG_PAINTTYPE_URI_NONE   87 Source/core/svg/SVGPaint.h         RefPtrWillBeRawPtr<SVGPaint> paint = adoptRefWillBeRefCountedGarbageCollected(new SVGPaint(SVG_PAINTTYPE_URI_NONE, uri));