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

/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_controller.h42 virtual void OnProgress(ProgressType progress_type,
48 ProgressType progress_type,
H A Dburn_controller.cc69 ProgressType progress_type,
74 progress_type, received_bytes, total_bytes, estimated_remaining_time);
78 virtual void OnProgress(ProgressType progress_type,
81 delegate_->OnProgress(progress_type, received_bytes, total_bytes);
H A Dburn_manager.h236 ProgressType progress_type,
244 virtual void OnProgress(ProgressType progress_type,
/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
H A Dimageburner_ui.cc155 virtual void OnProgress(ProgressType progress_type,
160 SendProgressSignal(progress_type, amount_finished, amount_total,
166 ProgressType progress_type,
174 SendProgressSignal(progress_type, amount_finished, amount_total,
238 void SendProgressSignal(ProgressType progress_type, argument
244 switch (progress_type) {

Completed in 422 milliseconds