OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progress_value
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc
435
DictionaryValue
progress_value
;
local
436
progress_value
.SetString("progress_status_text",
439
progress_value
.SetString("state", "IN_PROGRESS");
441
progress_value
.SetString("state", "CANCELLED");
443
progress_value
.SetString("state", "COMPLETE");
444
progress_value
.SetInteger("received", total_burnt);
445
progress_value
.SetInteger("total", image_size);
446
progress_value
.SetString("path", path);
448
web_ui_->CallJavascriptFunction("burnProgressUpdated",
progress_value
);
/external/chromium_org/ppapi/tests/
testing_instance.cc
299
void TestingInstance::ReportProgress(const std::string&
progress_value
) {
300
SendTestCommand("ReportProgress",
progress_value
);
testing_instance.h
113
void ReportProgress(const std::string&
progress_value
);
Completed in 246 milliseconds