repeatingDuration  875 Source/core/svg/animation/SVGSMILElement.cpp         preliminaryActiveDuration = repeatingDuration();
repeatingDuration  877 Source/core/svg/animation/SVGSMILElement.cpp         preliminaryActiveDuration = min(repeatingDuration(), resolvedEnd - resolvedBegin);
repeatingDuration 1092 Source/core/svg/animation/SVGSMILElement.cpp     SMILTime repeatingDuration = this->repeatingDuration();
repeatingDuration 1093 Source/core/svg/animation/SVGSMILElement.cpp     if (elapsed >= m_intervalEnd || activeTime > repeatingDuration) {
repeatingDuration 1094 Source/core/svg/animation/SVGSMILElement.cpp         repeat = static_cast<unsigned>(repeatingDuration.value() / simpleDuration.value());
repeatingDuration 1095 Source/core/svg/animation/SVGSMILElement.cpp         if (!fmod(repeatingDuration.value(), simpleDuration.value()))
repeatingDuration 1115 Source/core/svg/animation/SVGSMILElement.cpp             SMILTime repeatingDurationEnd = m_intervalBegin + repeatingDuration();
repeatingDuration 1138 Source/core/svg/animation/SVGSMILElement.cpp     return (m_activeState == Active && (fill() == FillFreeze || elapsed <= m_intervalBegin + repeatingDuration())) || m_activeState == Frozen;
repeatingDuration  151 Source/core/svg/animation/SVGSMILElement.h     SMILTime repeatingDuration() const;