Searched defs:SVGStopElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGStopElement.h30 class SVGStopElement : public SVGStyledElement { class in namespace:WebCore
32 static PassRefPtr<SVGStopElement> create(const QualifiedName&, Document*);
37 SVGStopElement(const QualifiedName&, Document*);
H A DSVGStopElement.cpp24 #include "SVGStopElement.h"
36 DEFINE_ANIMATED_NUMBER(SVGStopElement, SVGNames::offsetAttr, Offset, offset)
38 inline SVGStopElement::SVGStopElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGStopElement
44 PassRefPtr<SVGStopElement> SVGStopElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new SVGStopElement(tagName, document));
49 void SVGStopElement::parseMappedAttribute(Attribute* attr)
61 void SVGStopElement::svgAttributeChanged(const QualifiedName& attrName)
72 void SVGStopElement
[all...]

Completed in 44 milliseconds