Searched refs:_timeout (Results 1 - 12 of 12) sorted by relevance

/yui3/build/imageloader/
H A Dimageloader-debug.js110 * @property _timeout
114 this._timeout = null;
239 this._timeout = setTimeout(this._getFetchTimeout(), timeLim * 1000);
305 clearTimeout(this._timeout);
/yui3/build/io-upload-iframe/
H A Dio-upload-iframe-debug.js150 io._timeout[o.id] = w.setTimeout(
170 w.clearTimeout(io._timeout[id]);
171 delete io._timeout[id];
/yui3/src/imageloader/js/
H A Dimageloader.js108 * @property _timeout
112 this._timeout = null;
237 this._timeout = setTimeout(this._getFetchTimeout(), timeLim * 1000);
303 clearTimeout(this._timeout);
/yui3/src/io/js/
H A Dio-upload-iframe.js148 io._timeout[o.id] = w.setTimeout(
168 w.clearTimeout(io._timeout[id]);
169 delete io._timeout[id];
H A Dio-base.js66 * @property _timeout
70 _timeout: {},
440 io._timeout[transaction.id] = setTimeout(function() {
453 clearTimeout(this._timeout[id]);
454 delete this._timeout[id];
/yui3/build/io-base/
H A Dio-base-debug.js68 * @property _timeout
72 _timeout: {},
442 io._timeout[transaction.id] = setTimeout(function() {
455 clearTimeout(this._timeout[id]);
456 delete this._timeout[id];
/yui3/build/get/
H A Dget-debug.js884 self._timeout = setTimeout(function () {
/yui3/src/get/js/
H A Dget.js882 self._timeout = setTimeout(function () {
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js4510 self._timeout = setTimeout(function () {
16916 * @property _timeout
16920 _timeout: {},
17290 io._timeout[transaction.id] = setTimeout(function() {
17303 clearTimeout(this._timeout[id]);
17304 delete this._timeout[id];
/yui3/src/simpleyui/js/
H A Dconcat.js4510 self._timeout = setTimeout(function () {
16916 * @property _timeout
16920 _timeout: {},
17290 io._timeout[transaction.id] = setTimeout(function() {
17303 clearTimeout(this._timeout[id]);
17304 delete this._timeout[id];
/yui3/build/yui-base/
H A Dyui-base-debug.js4510 self._timeout = setTimeout(function () {
/yui3/build/yui/
H A Dyui-debug.js4510 self._timeout = setTimeout(function () {

Completed in 166 milliseconds