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

  /external/chromium/chrome/browser/chromeos/cros/
update_library.h 33 download_progress(0.0),
40 download_progress(x.download_progress_),
47 double download_progress; // 0.0 - 1.0 member in struct:chromeos::UpdateLibrary::Status
  /external/chromium/chrome/browser/chromeos/login/
update_screen.cc 118 int download_progress = static_cast<int>( local
119 library->status().download_progress * kDownloadProgressIncrement);
120 view()->SetProgress(kBeforeDownloadProgress + download_progress);
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 692 // Set the |download_progress| entry for the given model to a
698 sync_pb::DataTypeProgressMarker download_progress[MODEL_TYPE_COUNT]; member in struct:syncable::Directory::PersistedKernelInfo
    [all...]

Completed in 104 milliseconds