Searched refs:last_updated_progress_ (Results 1 – 4 of 4) sorted by relevance
83 dprintf(fd, "last_updated_progress: %d\n", ds_.last_updated_progress_); in dump()
282 int32_t last_updated_progress_; variable
1054 int32_t last_update_delta = progress - last_updated_progress_; in UpdateProgress()1055 if (last_updated_progress_ > 0 && last_update_delta < update_progress_threshold_) { in UpdateProgress()1058 last_updated_progress_ = progress; in UpdateProgress()
171 ds.last_updated_progress_ = 0; in SetProgress()