SVG_PAINTTYPE_CURRENTCOLOR   89 Source/core/css/SVGCSSComputedStyleDeclaration.cpp     if (paint->paintType() == SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR || paint->paintType() == SVGPaint::SVG_PAINTTYPE_URI_CURRENTCOLOR)
SVG_PAINTTYPE_CURRENTCOLOR 1194 Source/core/css/resolver/StyleBuilderCustom.cpp     if (svgPaint->paintType() == SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR
SVG_PAINTTYPE_CURRENTCOLOR   89 Source/core/rendering/svg/RenderSVGResource.cpp     case SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR:
SVG_PAINTTYPE_CURRENTCOLOR  106 Source/core/rendering/svg/RenderSVGResource.cpp         if (visitedPaintType < SVGPaint::SVG_PAINTTYPE_URI_NONE && visitedPaintType != SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR) {
SVG_PAINTTYPE_CURRENTCOLOR   47 Source/core/svg/SVGPaint.cpp     case SVG_PAINTTYPE_CURRENTCOLOR:
SVG_PAINTTYPE_CURRENTCOLOR   62 Source/core/svg/SVGPaint.h         return adoptRefWillBeRefCountedGarbageCollected(new SVGPaint(SVG_PAINTTYPE_CURRENTCOLOR));