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

/external/webkit/WebCore/svg/
H A DSVGPathSegClosePath.cpp24 #include "SVGPathSegClosePath.h"
28 SVGPathSegClosePath::SVGPathSegClosePath() function in class:WebCore::SVGPathSegClosePath
33 SVGPathSegClosePath::~SVGPathSegClosePath()
H A DSVGPathSegClosePath.h29 class SVGPathSegClosePath : public SVGPathSeg { class in namespace:WebCore
31 static PassRefPtr<SVGPathSegClosePath> create() { return adoptRef(new SVGPathSegClosePath); }
32 virtual ~SVGPathSegClosePath();
39 SVGPathSegClosePath();

Completed in 44 milliseconds