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

  /external/webkit/WebCore/svg/animation/
SMILTime.h 42 static SMILTime indefinite() { return indefiniteValue; }
47 bool isFinite() const { return m_time < indefiniteValue; }
48 bool isIndefinite() const { return m_time == indefiniteValue; }
53 static const double indefiniteValue;
SMILTime.cpp 36 const double SMILTime::indefiniteValue = FLT_MAX;
SVGSMILElement.cpp 220 DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite"));
221 if (parse == indefiniteValue)
533 DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite"));
534 if (value == indefiniteValue)
    [all...]

Completed in 3274 milliseconds