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

/external/chromium_org/chrome/browser/download/
H A Dall_download_item_notifier.cc60 void AllDownloadItemNotifier::OnDownloadRemoved( function in class:AllDownloadItemNotifier
62 observer_->OnDownloadRemoved(manager_, item);
H A Dall_download_item_notifier.h52 virtual void OnDownloadRemoved( function in class:AllDownloadItemNotifier::Observer
76 virtual void OnDownloadRemoved(content::DownloadItem* item) OVERRIDE;
H A Ddownload_history.cc20 // to the database. If a download is removed via OnDownloadRemoved() while the
340 // OnDownloadRemoved(), which would have put |download_id| in
399 OnDownloadRemoved(notifier_.GetManager(), item);
424 void DownloadHistory::OnDownloadRemoved( function in class:DownloadHistory
437 // This is important: another OnDownloadRemoved() handler could do something
/external/chromium_org/content/public/browser/
H A Ddownload_item.h91 virtual void OnDownloadRemoved(DownloadItem* download) {} function in class:content::DownloadItem::Observer
94 // every OnDownloadRemoved() as well as when the DownloadManager is going
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc346 void DownloadsDOMHandler::OnDownloadRemoved( function in class:DownloadsDOMHandler
351 // DownloadManager when OnDownloadRemoved() is fired, so bounce off the
355 // |download_item| from its map when OnDownloadRemoved is sent, then
356 // DownloadsDOMHandler::OnDownloadRemoved() will need to explicitly tell
467 // OnDownloadRemoved() will call it, but if no downloads are actually removed,
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1884 void ExtensionDownloadsEventRouter::OnDownloadRemoved( function in class:extensions::ExtensionDownloadsEventRouter

Completed in 357 milliseconds