Lines Matching defs:loaded
269 onProgress: function(id, fileName, loaded, total){},
329 onProgress: function(id, fileName, loaded, total){
330 self._onProgress(id, fileName, loaded, total);
331 self._options.onProgress(id, fileName, loaded, total);
361 _onProgress: function(id, fileName, loaded, total){
596 _onProgress: function(id, fileName, loaded, total){
604 if (loaded != total){
605 text = Math.round(loaded / total * 100) + '% from ' + this._formatSize(total);
863 onProgress: function(id, fileName, loaded, total){},
1012 self.log('iframe loaded');
1125 // current loaded size in bytes for each file
1186 self._loaded[id] = e.loaded;
1187 self._options.onProgress(id, name, e.loaded, e.total);