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

/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dcountdown.js14 function Countdown() {} class
22 Countdown.prototype.setTimeout = function(timeoutMillis, cb) {};
25 Countdown.prototype.clearTimeout = function() {};
30 Countdown.prototype.millisecondsUntilExpired = function() {};
33 Countdown.prototype.expired = function() {};
38 * @return {!Countdown} new clone.
40 Countdown.prototype.clone = function(cb) {};
52 * @return {!Countdown} The timer.

Completed in 207 milliseconds