adjustSVGPaintForCurrentColor 107 Source/core/css/CSSComputedStyleDeclaration.h PassRefPtrWillBeRawPtr<SVGPaint> adjustSVGPaintForCurrentColor(PassRefPtrWillBeRawPtr<SVGPaint>, RenderStyle&) const; adjustSVGPaintForCurrentColor 166 Source/core/css/SVGCSSComputedStyleDeclaration.cpp return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->fillPaintType(), svgStyle->fillPaintUri(), svgStyle->fillPaintColor()), *style); adjustSVGPaintForCurrentColor 182 Source/core/css/SVGCSSComputedStyleDeclaration.cpp return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->strokePaintType(), svgStyle->strokePaintUri(), svgStyle->strokePaintColor()), *style);