Searched refs:progress_value (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.cc435 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 44 milliseconds