Home
last modified time | relevance | path

Searched refs:ConditionEventListener (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.h36 class ConditionEventListener; variable
152 RefPtr<ConditionEventListener> m_eventListener;
223 friend class ConditionEventListener; variable
DSVGSMILElement.cpp57 class ConditionEventListener : public EventListener { class
59 …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::ConditionEventListener
92 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()
/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.h40 class ConditionEventListener; variable
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1014424 (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):
DChangeLog-2010-05-2444166 (WebCore::ConditionEventListener::create):
44167 (WebCore::ConditionEventListener::disconnectAnimation):
44168 (WebCore::ConditionEventListener::ConditionEventListener):
44169 (WebCore::ConditionEventListener::operator==):
44170 (WebCore::ConditionEventListener::handleEvent):
DChangeLog-2010-01-2953285 (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):
DChangeLog-2011-02-1635296 (WebCore::ConditionEventListener::operator==):