Searched refs:processedBytes (Results 1 – 3 of 3) sorted by relevance
362 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 …]
181 item.progressValue = event.status.processedBytes;195 item.progressValue = event.status.processedBytes;247 item.progressValue = event.processedBytes;266 item.progressValue = event.processedBytes;
316 UInt32 processedBytes = 0; in CodeReal() local319 if (processedBytes >= (1 << 20) && progress != NULL) in CodeReal()330 processedBytes = 0; in CodeReal()344 processedBytes += i; in CodeReal()366 processedBytes += 4; in CodeReal()