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

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 36 class ConditionEventListener;
152 RefPtr<ConditionEventListener> m_eventListener;
223 friend class ConditionEventListener;
SVGSMILElement.cpp 57 class ConditionEventListener : public EventListener {
59 static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
61 return adoptRef(new ConditionEventListener(animation, condition));
64 static const ConditionEventListener* cast(const EventListener* listener)
67 ? static_cast<const ConditionEventListener*>(listener)
79 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
92 bool ConditionEventListener::operator==(const EventListener& listener)
94 if (const ConditionEventListener* conditionEventListener = ConditionEventListener::cast(&listener)
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.h 40 class ConditionEventListener;

Completed in 160 milliseconds