Searched refs:ConditionEventListener (Results 1 – 2 of 2) sorted by relevance
38 class ConditionEventListener; variable198 ConditionEventListener* eventListener() const { return m_eventListener.get(); } in eventListener()199 void setEventListener(PassRefPtr<ConditionEventListener>);209 RefPtr<ConditionEventListener> m_eventListener;275 friend class ConditionEventListener; variable
108 class ConditionEventListener FINAL : public EventListener {110 …static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condit… in create()112 return adoptRef(new ConditionEventListener(animation, condition)); in create()115 static const ConditionEventListener* cast(const EventListener* listener) in cast()118 ? static_cast<const ConditionEventListener*>(listener) in cast()130 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition) in ConditionEventListener() function in blink::FINAL143 bool ConditionEventListener::operator==(const EventListener& listener) in operator ==()145 …if (const ConditionEventListener* conditionEventListener = ConditionEventListener::cast(&listener)) in operator ==()150 void ConditionEventListener::handleEvent(ExecutionContext*, Event* event) in handleEvent()157 void SVGSMILElement::Condition::setEventListener(PassRefPtr<ConditionEventListener> eventListener) in setEventListener()[all …]