HomeSort by relevance Sort by last modified time
    Searched refs:clearTimeout (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowTimers.h 46 void clearTimeout(EventTarget&, int timeoutId);
WindowTimers.idl 42 void clearTimeout([Default=Undefined] optional long handle);
DOMWindowTimers.cpp 53 void clearTimeout(EventTarget& eventTarget, int timeoutID)
  /external/chromium_org/chrome/test/ispy/client/
wait_on_ajax.js 13 clearTimeout(timeout_id);
  /external/chromium_org/v8/test/promises-aplus/lib/
global.js 30 var clearTimeout;
62 clearTimeout = function(id) {
66 clearInterval = clearTimeout;
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdown.js 25 Countdown.prototype.clearTimeout = function() {};
87 CountdownTimer.prototype.clearTimeout = function() {
89 window.clearTimeout(this.timeoutId);
119 window.clearTimeout(this.timeoutId);
gnubbies.js 66 this.inactivityTimer.clearTimeout();
175 this.inactivityTimer.clearTimeout();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
background.js 16 window.clearTimeout(iconFlashTimer);
72 window.clearTimeout(a1Timer);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
content.js 31 clearTimeout(timerId);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
console_tts_engine.js 63 clearTimeout(timeoutId);
104 clearTimeout(timeoutId);
  /external/chromium_org/remoting/webapp/
smart_reconnector.js 119 window.clearTimeout(this.reconnectTimerId_);
120 window.clearTimeout(this.connectionTimeoutTimerId_);
toolbar.js 69 window.clearTimeout(that.timerId_);
83 window.clearTimeout(this.timerId_);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
PlatformFontsSidebarPane.js 89 clearTimeout(this._innerUpdateTimeout);
  /external/chromium_org/third_party/flot/
jquery.flot.resize.min.js 19 */(function(e,t,n){function c(){s=t[o](function(){r.each(function(){var t=e(this),n=t.width(),r=t.height(),i=e.data(this,a);(n!==i.w||r!==i.h)&&t.trigger(u,[i.w=n,i.h=r])}),c()},i[f])}var r=e([]),i=e.resize=e.extend(e.resize,{}),s,o="setTimeout",u="resize",a=u+"-special-event",f="delay",l="throttleWindow";i[f]=250,i[l]=!0,e.event.special[u]={setup:function(){if(!i[l]&&this[o])return!1;var t=e(this);r=r.add(t),e.data(this,a,{w:t.width(),h:t.height()}),r.length===1&&c()},teardown:function(){if(!i[l]&&this[o])return!1;var t=e(this);r=r.not(t),t.removeData(a),r.length||clearTimeout(s)},add:function(t){function s(t,i,s){var o=e(this),u=e.data(this,a);u.w=i!==n?i:o.width(),u.h=s!= (…)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Throttler.js 73 clearTimeout(timeoutId);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
StylesSourceMapping.js 275 clearTimeout(this._updateStyleSheetTextTimer);
286 clearTimeout(this._updateStyleSheetTextTimer);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DatabaseQueryView.js 102 clearTimeout(this._selectionTimeout);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
pixelzoomer.js 146 clearTimeout(pixelzoomer._mouseMoveTimeout);
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app_worker.js 102 clearTimeout(syncTimeoutId);
104 clearTimeout(combineTimeoutId);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
util.js 85 clearTimeout(this.timeoutID_);
100 clearTimeout(this.timeoutID_);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 337 clearTimeout(this._hoverTimer);
381 clearTimeout(this._hidePopoverTimer);
SoftContextMenu.js 208 clearTimeout(menuItemElement._subMenuTimer);
262 clearTimeout(this._highlightedMenuItemElement._subMenuTimer);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 110 window.clearTimeout(requestTimerId);
156 window.clearTimeout(abortTimerId);
164 window.clearTimeout(abortTimerId);
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-base.js 115 clearTimeout(this.longPressTimer);
135 clearTimeout(this.longPressTimer);
149 clearTimeout(this.longPressTimer);
  /external/chromium_org/chrome/browser/resources/
crashes.js 105 clearTimeout(refreshCrashListId);

Completed in 713 milliseconds

1 2 3 4 5 6