Home | History | Annotate | Download | only in animation

Lines Matching defs:eventBase

392         type = Condition::EventBase;
401 type = Condition::EventBase;
405 if (type == Condition::EventBase && beginOrEnd == End)
524 if (condition.m_type == Condition::EventBase) {
526 Element* eventBase = eventBaseFor(condition);
527 if (!eventBase)
531 eventBase->addEventListener(condition.m_name, condition.m_eventListener, false);
551 if (condition.m_type == Condition::EventBase) {
558 // original eventBase. So, we also have to disconnect ourselves from
560 Element* eventBase = eventBaseFor(condition);
561 if (eventBase)
562 eventBase->removeEventListener(condition.m_name, condition.m_eventListener.get(), false);