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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLengthList.h29 class SVGLengthList : public Vector<SVGLength> { class in namespace:WebCore
31 SVGLengthList() { } function in class:WebCore::SVGLengthList
42 struct SVGPropertyTraits<SVGLengthList> {
45 static SVGLengthList initialValue() { return SVGLengthList(); }
46 static String toString(const SVGLengthList& type) { return type.valueAsString(); }

Completed in 79 milliseconds