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

/external/webkit/Source/WebCore/svg/
H A DSVGNumberList.h30 class SVGNumberList : public Vector<float> { class in namespace:WebCore
32 SVGNumberList() { } function in class:WebCore::SVGNumberList
39 struct SVGPropertyTraits<SVGNumberList> {
42 static SVGNumberList initialValue() { return SVGNumberList(); }
43 static String toString(const SVGNumberList& type) { return type.valueAsString(); }

Completed in 90 milliseconds