Home
last modified time | relevance | path

Searched refs:progress_ (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/zlib/google/
Dzip_writer.cc28 if (progress_callback_.Run(progress_)) in ShouldContinue()
56 progress_.bytes += num_bytes; in AddFileContent()
98 progress_.files++; in AddFileEntry()
106 progress_.errors++; in AddDirectoryEntry()
116 progress_.directories++; in AddDirectoryEntry()
173 if (progress_callback_ && !progress_callback_.Run(progress_)) { in Close()
252 progress_.errors++; in AddFileEntries()
281 progress_.errors++; in AddDirectoryContents()
Dzip_writer.h130 Progress progress_; variable
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_writer.cc28 if (progress_callback_.Run(progress_)) in ShouldContinue()
56 progress_.bytes += num_bytes; in AddFileContent()
98 progress_.files++; in AddFileEntry()
106 progress_.errors++; in AddDirectoryEntry()
116 progress_.directories++; in AddDirectoryEntry()
173 if (progress_callback_ && !progress_callback_.Run(progress_)) { in Close()
252 progress_.errors++; in AddFileEntries()
281 progress_.errors++; in AddDirectoryContents()
Dzip_writer.h130 Progress progress_; variable
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h505 SnapshottingProgressReportingInterface* progress_; variable
Dheap-snapshot-generator.cc752 progress_(progress), in V8HeapExplorer()
1989 obj = iterator.Next(), progress_->ProgressStep()) { in IterateAndExtractReferences()
2029 if (!progress_->ProgressReport(false)) interrupted = true; in IterateAndExtractReferences()
2033 return interrupted ? false : progress_->ProgressReport(true); in IterateAndExtractReferences()
/third_party/node/doc/api/
Dhttp.md399 represents an _in-progress_ request whose header has already been queued. The