SVGSpreadMethodPad  175 Source/core/rendering/svg/RenderSVGResourceGradient.cpp     case SVGSpreadMethodPad:
SVGSpreadMethodPad  484 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     if (spreadMethod != SVGSpreadMethodPad)
SVGSpreadMethodPad   29 Source/core/svg/GradientAttributes.h         : m_spreadMethod(SVGSpreadMethodPad)
SVGSpreadMethodPad   43 Source/core/svg/SVGGradientElement.cpp         entries.append(std::make_pair(SVGSpreadMethodPad, "pad"));
SVGSpreadMethodPad   54 Source/core/svg/SVGGradientElement.cpp     , m_spreadMethod(SVGAnimatedEnumeration<SVGSpreadMethodType>::create(this, SVGNames::spreadMethodAttr, SVGSpreadMethodPad))