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

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/imageloader/
H A Dimageloader-experimental-debug.js117 var wrappedFetch = function() {
120 this._triggers.push([trigEl, trigAct, wrappedFetch]);
121 YAHOO.util.Event.addListener(trigEl, trigAct, wrappedFetch, this, true);
H A Dimageloader-experimental-min.js10 var wrappedFetch=function(){this.fetch();};this._triggers.push([trigEl,trigAct,wrappedFetch]);YAHOO.util.Event.addListener(trigEl,trigAct,wrappedFetch,this,true);};YAHOO.util.ImageLoader.group.prototype._onloadTasks=function(){if(this.timeoutLen&&typeof(this.timeoutLen)=='number'&&this.timeoutLen>0){this._timeout=setTimeout(this._getFetchTimeout(),this.timeoutLen*1000);}
H A Dimageloader-experimental.js117 var wrappedFetch = function() {
120 this._triggers.push([trigEl, trigAct, wrappedFetch]);
121 YAHOO.util.Event.addListener(trigEl, trigAct, wrappedFetch, this, true);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/imageloader/
H A Dimageloader-experimental-debug.js117 var wrappedFetch = function() {
120 this._triggers.push([trigEl, trigAct, wrappedFetch]);
121 YAHOO.util.Event.addListener(trigEl, trigAct, wrappedFetch, this, true);
H A Dimageloader-experimental-min.js10 var wrappedFetch=function(){this.fetch();};this._triggers.push([trigEl,trigAct,wrappedFetch]);YAHOO.util.Event.addListener(trigEl,trigAct,wrappedFetch,this,true);};YAHOO.util.ImageLoader.group.prototype._onloadTasks=function(){if(this.timeoutLen&&typeof(this.timeoutLen)=='number'&&this.timeoutLen>0){this._timeout=setTimeout(this._getFetchTimeout(),this.timeoutLen*1000);}
H A Dimageloader-experimental.js117 var wrappedFetch = function() {
120 this._triggers.push([trigEl, trigAct, wrappedFetch]);
121 YAHOO.util.Event.addListener(trigEl, trigAct, wrappedFetch, this, true);

Completed in 33 milliseconds