Searched defs:amount_finished (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
H A Dimageburner_ui.cc156 int64 amount_finished,
160 SendProgressSignal(progress_type, amount_finished, amount_total,
167 int64 amount_finished,
174 SendProgressSignal(progress_type, amount_finished, amount_total,
239 int64 amount_finished,
260 progress.SetInteger("amountFinished", amount_finished);
264 GetProgressText(progress_message_id, amount_finished, amount_total,
283 int64 amount_finished,
287 GetDataSizeText(amount_finished, &finished);
238 SendProgressSignal(ProgressType progress_type, int64 amount_finished, int64 amount_total, const base::string16& time_remaining_text) argument
282 GetProgressText(int message_id, int64 amount_finished, int64 amount_total, base::string16* progress_text) argument

Completed in 331 milliseconds