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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.h35 class SVGAnimateElement : public SVGAnimationElement { class in namespace:blink
38 static PassRefPtrWillBeRawPtr<SVGAnimateElement> create(Document&);
39 virtual ~SVGAnimateElement();
47 SVGAnimateElement(const QualifiedName&, Document&);
84 DEFINE_SVGELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGAnimateElement);
H A DSVGAnimateElement.cpp25 #include "core/svg/SVGAnimateElement.h"
37 SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document& document) function in class:blink::SVGAnimateElement
42 PassRefPtrWillBeRawPtr<SVGAnimateElement> SVGAnimateElement::create(Document& document)
44 return adoptRefWillBeNoop(new SVGAnimateElement(SVGNames::animateTag, document));
47 SVGAnimateElement::~SVGAnimateElement()
51 AnimatedPropertyType SVGAnimateElement::animatedPropertyType()
56 bool SVGAnimateElement
[all...]

Completed in 742 milliseconds