Home
last modified time | relevance | path

Searched refs:hasSpreadMethod (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
DGradientAttributes.h70 bool hasSpreadMethod() const { return m_spreadMethodSet; } in hasSpreadMethod() function
DSVGLinearGradientElement.cpp147 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) in collectGradientAttributes()
DSVGRadialGradientElement.cpp158 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) in collectGradientAttributes()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1470393 (WebCore::GradientAttributes::hasSpreadMethod):