collectGradientAttributes 72 Source/core/rendering/svg/RenderSVGResourceGradient.cpp if (!collectGradientAttributes(gradientElement)) collectGradientAttributes 59 Source/core/rendering/svg/RenderSVGResourceGradient.h virtual bool collectGradientAttributes(SVGGradientElement*) = 0; collectGradientAttributes 43 Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp return toSVGLinearGradientElement(gradientElement)->collectGradientAttributes(m_attributes); collectGradientAttributes 43 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h virtual bool collectGradientAttributes(SVGGradientElement*) OVERRIDE; collectGradientAttributes 44 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp return toSVGRadialGradientElement(gradientElement)->collectGradientAttributes(m_attributes); collectGradientAttributes 43 Source/core/rendering/svg/RenderSVGResourceRadialGradient.h virtual bool collectGradientAttributes(SVGGradientElement*) OVERRIDE; collectGradientAttributes 553 Source/core/rendering/svg/SVGRenderTreeAsText.cpp toSVGLinearGradientElement(gradient->element())->collectGradientAttributes(attributes); collectGradientAttributes 563 Source/core/rendering/svg/SVGRenderTreeAsText.cpp toSVGRadialGradientElement(gradient->element())->collectGradientAttributes(attributes); collectGradientAttributes 36 Source/core/svg/SVGLinearGradientElement.h bool collectGradientAttributes(LinearGradientAttributes&); collectGradientAttributes 36 Source/core/svg/SVGRadialGradientElement.h bool collectGradientAttributes(RadialGradientAttributes&);