Searched defs:indefinite (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTime.h41 static SMILTime indefinite() { return std::numeric_limits<double>::infinity(); } function in class:blink::SMILTime
91 // Ordering of SMILTimes has to follow: finite < indefinite (Inf) < unresolved (NaN). The first comparison is handled by IEEE754 but

Completed in 92 milliseconds