HomeSort by relevance Sort by last modified time
    Searched defs:SVGGradientElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGradientElement.cpp 24 #include "core/svg/SVGGradientElement.h"
48 SVGGradientElement::SVGGradientElement(const QualifiedName& tagName, Document& document)
60 bool SVGGradientElement::isSupportedAttribute(const QualifiedName& attrName)
72 void SVGGradientElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
77 void SVGGradientElement::svgAttributeChanged(const QualifiedName& attrName)
91 void SVGGradientElement::childrenChanged(const ChildrenChange& change)
102 Vector<Gradient::ColorStop> SVGGradientElement::buildStops()
SVGGradientElement.h 43 class SVGGradientElement : public SVGElement,
61 SVGGradientElement(const QualifiedName&, Document&);
82 DEFINE_SVGELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGGradientElement);

Completed in 1396 milliseconds