SVGPolygonElement 27 Source/core/svg/SVGPolygonElement.cpp inline SVGPolygonElement::SVGPolygonElement(Document& document) SVGPolygonElement 33 Source/core/svg/SVGPolygonElement.cpp PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(Document& document) SVGPolygonElement 35 Source/core/svg/SVGPolygonElement.cpp return adoptRef(new SVGPolygonElement(document)); SVGPolygonElement 29 Source/core/svg/SVGPolygonElement.h class SVGPolygonElement FINAL : public SVGPolyElement { SVGPolygonElement 31 Source/core/svg/SVGPolygonElement.h static PassRefPtr<SVGPolygonElement> create(Document&); SVGPolygonElement 34 Source/core/svg/SVGPolygonElement.h explicit SVGPolygonElement(Document&);