Home | History | Annotate | Download | only in animation

Lines Matching refs:indefinite

389     DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite", AtomicString::ConstructFromLiteral));
391 return SMILTime::indefinite();
772 DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite", AtomicString::ConstructFromLiteral));
774 computedRepeatCount = SMILTime::indefinite();
792 return m_cachedMax = (result.isUnresolved() || result <= 0) ? SMILTime::indefinite() : result;
806 return std::min(dur(), SMILTime::indefinite());
834 return beginOrEnd == Begin ? SMILTime::unresolved() : SMILTime::indefinite();
843 // The special value "indefinite" does not yield an instance time in the begin list.
863 return beginOrEnd == Begin ? SMILTime::unresolved() : SMILTime::indefinite();
875 repeatDur = std::min(repeatDur, SMILTime::indefinite());
900 maxValue = SMILTime::indefinite();
918 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite());
1118 // If duration is indefinite the value does not actually change over time. Same is true for <set>.