Searched refs:last_progress_timestamp_ (Results 1 – 2 of 2) sorted by relevance
570 if (that->last_progress_timestamp_ == 0 || in ProgressCallback()574 that->last_progress_timestamp_ = now; in ProgressCallback()579 if (now - that->last_progress_timestamp_ > that->inactivity_timeout_secs_) { in ProgressCallback()599 << " bytes for " << now - that->last_progress_timestamp_ in ProgressCallback()
205 uint64 last_progress_timestamp_ = 0; variable