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

  /external/webkit/Source/WebCore/svg/animation/
SMILTime.cpp 36 const double SMILTime::indefiniteValue = FLT_MAX;
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;

Completed in 74 milliseconds