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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.cpp 36 const double SMILTime::indefiniteValue = FLT_MAX;
SMILTime.h 41 static SMILTime indefinite() { return indefiniteValue; }
46 bool isFinite() const { return m_time < indefiniteValue; }
47 bool isIndefinite() const { return m_time == indefiniteValue; }
52 static const double indefiniteValue;

Completed in 31 milliseconds