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

/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
H A Dimageburner_ui.cc263 base::string16 progress_text; local
265 &progress_text);
266 progress.SetString("progressText", progress_text);
281 // progress_text should be previously created.
285 base::string16* progress_text) {
290 *progress_text = l10n_util::GetStringFUTF16(message_id, finished, total);
282 GetProgressText(int message_id, int64 amount_finished, int64 amount_total, base::string16* progress_text) argument

Completed in 82 milliseconds