OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:download_progress
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/chromeos/
update_browsertest.cc
53
status.
download_progress
= 10;
57
status.
download_progress
= 50;
61
status.
download_progress
= 90;
88
status.
download_progress
= 10;
92
status.
download_progress
= 10;
/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/sync/engine/
download_updates_command.h
23
// The main inputs to this operation are the
download_progress
state
26
// all the enabled types, using
download_progress
to indicate the starting
/external/chromium/chrome/browser/chromeos/login/
update_screen_browsertest.cc
137
status.
download_progress
= 0.0;
143
status.
download_progress
= 0.5;
149
status.
download_progress
= 1.0;
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/automation/
testing_automation_provider_chromeos.cc
108
return_value->SetDouble("
download_progress
", status.
download_progress
);
/external/chromium/chrome/browser/sync/syncable/
directory_backing_store_unittest.cc
[
all
...]
syncable.cc
292
download_progress
[model_type].set_data_type_id(
295
download_progress
[model_type].set_token(std::string());
761
kernel_->persisted_info.
download_progress
[model_type]);
768
kernel_->persisted_info.
download_progress
[model_type].SerializeToString(
776
kernel_->persisted_info.
download_progress
[model_type].CopyFrom(new_progress);
[
all
...]
directory_backing_store.cc
418
info.
download_progress
[i].SerializeToString(&progress_marker);
620
info->kernel_info.
download_progress
[type].ParseFromArray(
[
all
...]
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
...]
/external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc
357
int progress = static_cast<int>(status.
download_progress
* 100.0);
Completed in 5240 milliseconds