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

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 139 EventBase,
SVGSMILElement.cpp 329 type = Condition::EventBase;
338 type = Condition::EventBase;
342 if (type == Condition::EventBase && beginOrEnd == End)
440 if (condition.m_type == Condition::EventBase) {
442 Element* eventBase = eventBaseFor(condition);
443 if (!eventBase)
447 eventBase->addEventListener(condition.m_name, condition.m_eventListener, false);
468 if (condition.m_type == Condition::EventBase) {
475 // original eventBase. So, we also have to disconnect ourselves from
477 Element* eventBase = eventBaseFor(condition)
    [all...]

Completed in 151 milliseconds