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

  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 59 static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, Element* eventBase, SVGSMILElement::Condition* condition)
61 return adoptRef(new ConditionEventListener(animation, eventBase, condition));
81 ConditionEventListener(SVGSMILElement* animation, Element* eventBase, SVGSMILElement::Condition* condition)
85 , m_eventBase(eventBase)
302 type = Condition::EventBase;
311 type = Condition::EventBase;
315 if (type == Condition::EventBase && beginOrEnd == End)
404 if (condition.m_type == Condition::EventBase) {
406 Element* eventBase = condition.m_baseID.isEmpty() ? targetElement() : document()->getElementById(condition.m_baseID);
407 if (!eventBase)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 143 int *eventBase,

Completed in 40 milliseconds