Searched refs:ConditionEventListener (Results 1 – 2 of 2) sorted by relevance
37 class ConditionEventListener; variable197 ConditionEventListener* eventListener() const { return m_eventListener.get(); } in eventListener()198 void setEventListener(PassRefPtr<ConditionEventListener>);208 RefPtr<ConditionEventListener> m_eventListener;274 friend class ConditionEventListener; variable
106 class ConditionEventListener FINAL : public EventListener {108 …static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condit… in create()110 return adoptRef(new ConditionEventListener(animation, condition)); in create()113 static const ConditionEventListener* cast(const EventListener* listener) in cast()116 ? static_cast<const ConditionEventListener*>(listener) in cast()128 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition) in ConditionEventListener() function in WebCore::FINAL141 bool ConditionEventListener::operator==(const EventListener& listener) in operator ==()143 …if (const ConditionEventListener* conditionEventListener = ConditionEventListener::cast(&listener)) in operator ==()148 void ConditionEventListener::handleEvent(ExecutionContext*, Event* event) in handleEvent()155 void SVGSMILElement::Condition::setEventListener(PassRefPtr<ConditionEventListener> eventListener) in setEventListener()[all …]