Searched refs:ConditionEventListener (Results 1 – 7 of 7) sorted by relevance
36 class ConditionEventListener; variable152 RefPtr<ConditionEventListener> m_eventListener;223 friend class ConditionEventListener; variable
57 class ConditionEventListener : public EventListener { class59 …static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condit… in create()61 return adoptRef(new ConditionEventListener(animation, condition)); in create()64 static const ConditionEventListener* cast(const EventListener* listener) in cast()67 ? static_cast<const ConditionEventListener*>(listener) in cast()79 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition) in ConditionEventListener() function in WebCore::ConditionEventListener92 bool ConditionEventListener::operator==(const EventListener& listener) in operator ==()94 …if (const ConditionEventListener* conditionEventListener = ConditionEventListener::cast(&listener)) in operator ==()99 void ConditionEventListener::handleEvent(ScriptExecutionContext*, Event* event) in handleEvent()446 condition.m_eventListener = ConditionEventListener::create(this, &condition); in connectConditions()
40 class ConditionEventListener; variable
14424 (WebCore::ConditionEventListener::create):14425 (WebCore::ConditionEventListener::ConditionEventListener):29169 (WebCore::ConditionEventListener::ConditionEventListener):29170 (WebCore::ConditionEventListener::unregister):29171 (WebCore::ConditionEventListener::handleEvent):32812 (WebCore::ConditionEventListener::ConditionEventListener):32813 (WebCore::ConditionEventListener::handleEvent):
44166 (WebCore::ConditionEventListener::create):44167 (WebCore::ConditionEventListener::disconnectAnimation):44168 (WebCore::ConditionEventListener::ConditionEventListener):44169 (WebCore::ConditionEventListener::operator==):44170 (WebCore::ConditionEventListener::handleEvent):
53285 (WebCore::ConditionEventListener::handleEvent):54336 (WebCore::ConditionEventListener::handleEvent):54607 (WebCore::ConditionEventListener::handleEvent):55645 (WebCore::ConditionEventListener::handleEvent): No more isWindowEvent.58706 (WebCore::ConditionEventListener::cast):58707 (WebCore::ConditionEventListener::ConditionEventListener):58708 (WebCore::ConditionEventListener::operator==):58709 (WebCore::ConditionEventListener::handleEvent):
35296 (WebCore::ConditionEventListener::operator==):