OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progress_value
(Results
1 - 1
of
1
) 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
);
Completed in 1062 milliseconds