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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSeg.cpp32 #include "core/svg/SVGPathSeg.h"
38 SVGPathSeg::SVGPathSeg(SVGPathElement* contextElement) function in class:blink::SVGPathSeg
44 void SVGPathSeg::commitChange()
H A DSVGPathSeg.h65 class SVGPathSeg : public RefCounted<SVGPathSeg>, public ScriptWrappable { class in namespace:blink
68 // SVGPathSeg itself is used as a tear-off type.
70 typedef SVGPathSeg TearOffType;
72 explicit SVGPathSeg(SVGPathElement* contextElement);
74 virtual ~SVGPathSeg() { }
121 static PassRefPtr<SVGPathSeg> create() { ASSERT_NOT_REACHED(); return nullptr; }
122 PassRefPtr<SVGPathSeg> clone() { ASSERT_NOT_REACHED(); return nullptr; }

Completed in 72 milliseconds