Lines Matching defs:total
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);
607 text = this._formatSize(total);
863 onProgress: function(id, fileName, loaded, total){},
1187 self._options.onProgress(id, name, e.loaded, e.total);