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