HomeSort by relevance Sort by last modified time
    Searched full:conditioneventlistener (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 57 class ConditionEventListener : public EventListener {
59 static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, Element* eventBase, SVGSMILElement::Condition* condition)
61 return adoptRef(new ConditionEventListener(animation, eventBase, condition));
64 static const ConditionEventListener* cast(const EventListener* listener)
67 ? static_cast<const ConditionEventListener*>(listener)
81 ConditionEventListener(SVGSMILElement* animation, Element* eventBase, SVGSMILElement::Condition* condition)
97 bool ConditionEventListener::operator==(const EventListener& listener)
99 if (const ConditionEventListener* conditionEventListener = ConditionEventListener::cast(&listener)
    [all...]
SVGSMILElement.h 37 class ConditionEventListener;
132 RefPtr<ConditionEventListener> m_eventListener;
189 friend class ConditionEventListener;
  /external/webkit/WebCore/svg/
SVGAnimationElement.h 39 class ConditionEventListener;

Completed in 142 milliseconds