Searched refs:ConditionEventListener (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h36 class ConditionEventListener;
152 RefPtr<ConditionEventListener> m_eventListener;
223 friend class ConditionEventListener;
H A DSVGSMILElement.cpp57 class ConditionEventListener : public EventListener { class in namespace:WebCore
59 static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
61 return adoptRef(new ConditionEventListener(animation, condition));
64 static const ConditionEventListener* cast(const EventListener* listener)
67 ? static_cast<const ConditionEventListener*>(listener)
79 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition) function in class:WebCore::ConditionEventListener
92 bool ConditionEventListener::operator==(const EventListener& listener)
94 if (const ConditionEventListener* conditionEventListener = ConditionEventListener::cast(&listener))
99 void ConditionEventListener
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.h40 class ConditionEventListener;

Completed in 101 milliseconds