Home | History | Annotate | Download | only in animation

Lines Matching refs:syncBase

473         type = Condition::Syncbase;
606 if (condition->type() == Condition::Syncbase) {
627 if (condition->type() == Condition::Syncbase) {
628 if (condition->syncBase())
629 condition->syncBase()->removeSyncBaseDependent(this);
641 ASSERT(!condition->syncBase());
661 ASSERT(!condition->syncBase());
1264 void SVGSMILElement::createInstanceTimesFromSyncbase(SVGSMILElement* syncBase)
1270 if (condition->type() == Condition::Syncbase && condition->syncBase() == syncBase) {
1275 time = syncBase->m_interval.begin + condition->offset();
1277 time = syncBase->m_interval.end + condition->offset();