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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 27 #include "core/svg/animation/SVGSMILElement.h"
110 static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
130 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
139 SVGSMILElement* m_animation;
140 SVGSMILElement::Condition* m_condition;
157 void SVGSMILElement::Condition::setEventListener(PassRefPtr<ConditionEventListener> eventListener)
162 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat)
172 SVGSMILElement::SVGSMILElement(const QualifiedName& tagName, Document& doc
    [all...]
SVGSMILElement.h 40 class SVGSMILElement;
43 typedef EventSender<SVGSMILElement> SMILEventSender;
46 class SVGSMILElement : public SVGElement, public SVGTests {
48 SVGSMILElement(const QualifiedName&, Document&);
49 virtual ~SVGSMILElement();
96 bool progress(SMILTime elapsed, SVGSMILElement* resultsElement, bool seekToTime);
141 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;
196 SVGSMILElement* syncBase() const { return m_syncBase.get(); }
197 void setSyncBase(SVGSMILElement* element) { m_syncBase = element; }
208 RefPtrWillBeMember<SVGSMILElement> m_syncBase
    [all...]

Completed in 977 milliseconds