Home | History | Annotate | Download | only in animation

Lines Matching refs:repeatDur

515 SMILTime SVGSMILElement::repeatDur() const
604 SMILTime repeatDur = this->repeatDur();
606 if (simpleDuration == 0 || (repeatDur.isUnresolved() && repeatCount.isUnresolved()))
609 return min(repeatCountDuration, min(repeatDur, SMILTime::indefinite()));
617 if (!resolvedEnd.isUnresolved() && dur().isUnresolved() && repeatDur().isUnresolved() && repeatCount().isUnresolved())