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

/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater.h16 class DownloadStatusUpdater class in inherits:AllDownloadItemNotifier::Observer
19 DownloadStatusUpdater();
20 virtual ~DownloadStatusUpdater();
51 DISALLOW_COPY_AND_ASSIGN(DownloadStatusUpdater);
H A Ddownload_status_updater.cc18 // DownloadStatusUpdater::UpdateAppIconDownloadProgress() expects to only be
47 "DownloadItem DownloadStatusUpdater WasInProgressData";
51 DownloadStatusUpdater::DownloadStatusUpdater() { function in class:DownloadStatusUpdater
54 DownloadStatusUpdater::~DownloadStatusUpdater() {
58 bool DownloadStatusUpdater::GetProgress(float* progress,
92 void DownloadStatusUpdater::AddManager(content::DownloadManager* manager) {
102 void DownloadStatusUpdater::OnDownloadCreated(
115 void DownloadStatusUpdater
[all...]

Completed in 499 milliseconds