HomeSort by relevance Sort by last modified time
    Searched refs:repeatDur (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 754 SMILTime SVGSMILElement::repeatDur() const
871 SMILTime repeatDur = this->repeatDur();
873 if (!simpleDuration || (repeatDur.isUnresolved() && repeatCount.isUnresolved()))
875 repeatDur = std::min(repeatDur, SMILTime::indefinite());
878 return std::min(repeatDur, repeatCountDuration);
879 return repeatDur;
887 if (!resolvedEnd.isUnresolved() && dur().isUnresolved() && repeatDur().isUnresolved() && repeatCount().isUnresolved())
    [all...]
SVGSMILElement.h 84 SMILTime repeatDur() const;

Completed in 35 milliseconds