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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPath.cpp 32 #include "core/svg/SVGAnimatedPath.h"
38 SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName)
43 SVGAnimatedPath::~SVGAnimatedPath()
SVGAnimatedPath.h 41 class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> {
43 virtual ~SVGAnimatedPath();
45 static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName)
47 return adoptRef(new SVGAnimatedPath(contextElement, attributeName));
51 SVGAnimatedPath(SVGPathElement*, const QualifiedName&);

Completed in 239 milliseconds