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

/external/webkit/Source/WebCore/svg/
H A DSVGPolygonElement.h29 class SVGPolygonElement : public SVGPolyElement { class in namespace:WebCore
31 static PassRefPtr<SVGPolygonElement> create(const QualifiedName&, Document*);
34 SVGPolygonElement(const QualifiedName&, Document*);
H A DSVGPolygonElement.cpp24 #include "SVGPolygonElement.h"
30 inline SVGPolygonElement::SVGPolygonElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGPolygonElement
35 PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGPolygonElement(tagName, document));
40 void SVGPolygonElement::toPathData(Path& path) const

Completed in 59 milliseconds