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

/external/webkit/WebCore/svg/
H A DSVGLengthList.h30 class SVGLengthList : public SVGPODList<SVGLength> { class in namespace:WebCore
32 static PassRefPtr<SVGLengthList> create(const QualifiedName& attributeName) { return adoptRef(new SVGLengthList(attributeName)); }
33 virtual ~SVGLengthList();
40 SVGLengthList(const QualifiedName&);
H A DSVGLengthList.cpp24 #include "SVGLengthList.h"
30 SVGLengthList::SVGLengthList(const QualifiedName& attributeName) function in class:WebCore::SVGLengthList
35 SVGLengthList::~SVGLengthList()
39 void SVGLengthList::parse(const String& value, SVGLengthMode mode)
60 String SVGLengthList::valueAsString() const

Completed in 151 milliseconds