Home
last modified time | relevance | path

Searched refs:repeatCountDuration (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp655 SMILTime repeatCountDuration = simpleDuration * repeatCount; in repeatingDuration() local
656 return min(repeatCountDuration, min(repeatDur, SMILTime::indefinite())); in repeatingDuration()