Home
last modified time | relevance | path

Searched refs:processedBytes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/background/js/
Dfile_operation_manager.js362 event.processedBytes = task.processedBytes;
402 this.processedBytes = 0;
480 processedBytes: this.processedBytes,
550 entry.processedBytes = 0;
638 this.processedBytes += entry.size - entry.processedBytes;
652 this.processedBytes += size - entry.processedBytes;
653 entry.processedBytes = size;
796 this.processedBytes++;
926 this.processedBytes = this.totalBytes;
986 processedBytes: 0, property
[all …]
Dfile_operation_handler.js181 item.progressValue = event.status.processedBytes;
195 item.progressValue = event.status.processedBytes;
247 item.progressValue = event.processedBytes;
266 item.progressValue = event.processedBytes;
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp316 UInt32 processedBytes = 0; in CodeReal() local
319 if (processedBytes >= (1 << 20) && progress != NULL) in CodeReal()
330 processedBytes = 0; in CodeReal()
344 processedBytes += i; in CodeReal()
366 processedBytes += 4; in CodeReal()