HomeSort by relevance Sort by last modified time
    Searched full:estimated_remaining_time (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.cc 72 const base::TimeDelta& estimated_remaining_time) OVERRIDE {
74 progress_type, received_bytes, total_bytes, estimated_remaining_time);
burn_manager.h 233 // |estimated_remaining_time| is the remaining duration to download the
239 const base::TimeDelta& estimated_remaining_time) = 0;
241 // Triggered when some progress is made, but estimated_remaining_time is
burn_manager.cc 476 base::TimeDelta estimated_remaining_time; local
481 estimated_remaining_time = elapsed_time * (total - current) / current;
489 DOWNLOADING, current, total, estimated_remaining_time));

Completed in 939 milliseconds