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

/external/chromium_org/v8/test/promises-aplus/lib/
H A Dglobal.js30 var clearTimeout; variable
62 clearTimeout = function(id) {
66 clearInterval = clearTimeout;
60 clearTimeout = function(id) { function
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowTimers.cpp53 void clearTimeout(EventTarget& eventTarget, int timeoutID) function in namespace:blink::DOMWindowTimers
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dcountdown.js25 Countdown.prototype.clearTimeout = function() {};
H A Dcountdowntimer.js55 CountdownTimer.prototype.clearTimeout = function() {
57 window.clearTimeout(this.timeoutId);
88 window.clearTimeout(this.timeoutId);

Completed in 156 milliseconds