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

  /external/webkit/WebCore/svg/
SVGAnimateElement.cpp 24 #include "SVGAnimateElement.h"
37 SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document* doc)
46 SVGAnimateElement::~SVGAnimateElement()
76 SVGAnimateElement::PropertyType SVGAnimateElement::determinePropertyType(const String& attribute) const
88 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement)
97 SVGAnimateElement* results = static_cast<SVGAnimateElement*>(resultElement)
    [all...]
SVGAnimateElement.h 33 class SVGAnimateElement : public SVGAnimationElement {
35 SVGAnimateElement(const QualifiedName&, Document*);
36 virtual ~SVGAnimateElement();

Completed in 25 milliseconds