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

  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.h 43 class SVGAnimationElement : public SVGSMILElement,
48 // SVGAnimationElement
62 SVGAnimationElement(const QualifiedName&, Document*);
SVGAnimationElement.cpp 28 #include "SVGAnimationElement.h"
55 DEFINE_ANIMATED_BOOLEAN(SVGAnimationElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
57 SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document* document)
139 void SVGAnimationElement::parseMappedAttribute(Attribute* attr)
160 void SVGAnimationElement::attributeChanged(Attribute* attr, bool preserveDecls)
167 void SVGAnimationElement::synchronizeProperty(const QualifiedName& attrName)
183 float SVGAnimationElement::getStartTime() const
188 float SVGAnimationElement::getCurrentTime() const
193 float SVGAnimationElement::getSimpleDuration(ExceptionCode&) cons
    [all...]

Completed in 33 milliseconds