Home | History | Annotate | Download | only in animation

Lines Matching defs:eventBase

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);
478 if (eventBase)
479 eventBase->removeEventListener(condition.m_name, condition.m_eventListener.get(), false);