Searched refs:collectGradientAttributes (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceLinearGradient.cpp40 bool RenderSVGResourceLinearGradient::collectGradientAttributes(SVGGradientElement* gradientElement) function in class:blink::RenderSVGResourceLinearGradient
43 return toSVGLinearGradientElement(gradientElement)->collectGradientAttributes(m_attributes);
H A DRenderSVGResourceRadialGradient.cpp41 bool RenderSVGResourceRadialGradient::collectGradientAttributes(SVGGradientElement* gradientElement) function in class:blink::RenderSVGResourceRadialGradient
44 return toSVGRadialGradientElement(gradientElement)->collectGradientAttributes(m_attributes);
H A DRenderSVGResourceGradient.h59 virtual bool collectGradientAttributes(SVGGradientElement*) = 0;
H A DRenderSVGResourceLinearGradient.h43 virtual bool collectGradientAttributes(SVGGradientElement*) OVERRIDE;
H A DRenderSVGResourceRadialGradient.h43 virtual bool collectGradientAttributes(SVGGradientElement*) OVERRIDE;
H A DRenderSVGResourceGradient.cpp63 // Otherwhise the call to collectGradientAttributes() in createTileImage(), may cause the SVG DOM property
72 if (!collectGradientAttributes(gradientElement))
H A DSVGRenderTreeAsText.cpp554 toSVGLinearGradientElement(gradient->element())->collectGradientAttributes(attributes);
564 toSVGRadialGradientElement(gradient->element())->collectGradientAttributes(attributes);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLinearGradientElement.h37 bool collectGradientAttributes(LinearGradientAttributes&);
H A DSVGRadialGradientElement.h37 bool collectGradientAttributes(RadialGradientAttributes&);
H A DSVGLinearGradientElement.cpp143 bool SVGLinearGradientElement::collectGradientAttributes(LinearGradientAttributes& attributes) function in class:blink::SVGLinearGradientElement
H A DSVGRadialGradientElement.cpp163 bool SVGRadialGradientElement::collectGradientAttributes(RadialGradientAttributes& attributes) function in class:blink::SVGRadialGradientElement

Completed in 9763 milliseconds