HomeSort by relevance Sort by last modified time
    Searched defs:SVGPathSeg (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSeg.cpp 32 #include "core/svg/SVGPathSeg.h"
38 SVGPathSeg::SVGPathSeg(SVGPathElement* contextElement)
44 void SVGPathSeg::commitChange()
SVGPathSeg.h 65 class SVGPathSeg : public RefCounted<SVGPathSeg>, public ScriptWrappable {
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 93 milliseconds