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

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 29 #include "SVGSMILElement.h"
59 static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
79 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
88 SVGSMILElement* m_animation;
89 SVGSMILElement::Condition* m_condition;
106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
116 SVGSMILElement::SVGSMILElement(const QualifiedName& tagName, Document* doc
    [all...]
SVGSMILElement.h 40 class SVGSMILElement : public SVGElement {
42 SVGSMILElement(const QualifiedName&, Document*);
43 virtual ~SVGSMILElement();
93 void progress(SMILTime elapsed, SVGSMILElement* resultsElement);
116 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;
171 void createInstanceTimesFromSyncbase(SVGSMILElement* syncbase, NewOrExistingInterval);
172 void addTimeDependent(SVGSMILElement*);
173 void removeTimeDependent(SVGSMILElement*);
193 typedef HashSet<SVGSMILElement*> TimeDependentSet;

Completed in 39 milliseconds