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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateMotionElement.cpp24 #include "core/svg/SVGAnimateMotionElement.h"
43 inline SVGAnimateMotionElement::SVGAnimateMotionElement(Document& document) function in class:WebCore::SVGAnimateMotionElement
51 SVGAnimateMotionElement::~SVGAnimateMotionElement()
57 PassRefPtr<SVGAnimateMotionElement> SVGAnimateMotionElement::create(Document& document)
59 return adoptRef(new SVGAnimateMotionElement(document));
62 bool SVGAnimateMotionElement::hasValidAttributeType()
95 bool SVGAnimateMotionElement
[all...]

Completed in 44 milliseconds