Searched refs:OnDownloadDestroyed (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/content/public/test/
H A Dmock_download_item.cc12 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadDestroyed(this));
H A Ddownload_test_observer.h41 virtual void OnDownloadDestroyed(DownloadItem* item) OVERRIDE;
87 virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
249 virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
H A Ddownload_test_observer.cc55 void DownloadUpdatedObserver::OnDownloadDestroyed(DownloadItem* item) { function in class:content::DownloadUpdatedObserver
130 void DownloadTestObserver::OnDownloadDestroyed(DownloadItem* download) { function in class:content::DownloadTestObserver
331 void DownloadTestFlushObserver::OnDownloadDestroyed(DownloadItem* download) { function in class:content::DownloadTestFlushObserver
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_mac.h37 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
/external/chromium_org/chrome/browser/download/
H A Dall_download_item_notifier.cc65 void AllDownloadItemNotifier::OnDownloadDestroyed( function in class:AllDownloadItemNotifier
H A Dall_download_item_notifier.h77 virtual void OnDownloadDestroyed(content::DownloadItem* item) OVERRIDE;
H A Ddownload_shelf_context_menu.h69 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
H A Ddownload_target_determiner.h298 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
H A Ddownload_path_reservation_tracker.cc61 virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
335 void DownloadItemObserver::OnDownloadDestroyed(DownloadItem* download) { function in class:__anon3585::DownloadItemObserver
H A Ddownload_shelf_context_menu.cc278 void DownloadShelfContextMenu::OnDownloadDestroyed(DownloadItem* download) { function in class:DownloadShelfContextMenu
H A Ddownload_target_determiner.cc864 void DownloadTargetDeterminer::OnDownloadDestroyed( function in class:DownloadTargetDeterminer
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer.h37 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
H A Dplugin_installer.cc59 void PluginInstaller::OnDownloadDestroyed(DownloadItem* download) { function in class:PluginInstaller
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer.h231 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
269 // OnDownloadStarted is called (with no error) until OnDownloadDestroyed().
H A Dwebstore_installer.cc526 void WebstoreInstaller::OnDownloadDestroyed(DownloadItem* download) { function in class:extensions::WebstoreInstaller
/external/chromium_org/content/public/browser/
H A Ddownload_item.h96 virtual void OnDownloadDestroyed(DownloadItem* download) {} function in class:content::DownloadItem::Observer
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.h79 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
H A Ddownload_item_view.cc340 void DownloadItemView::OnDownloadDestroyed(DownloadItem* download) { function in class:DownloadItemView
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc124 virtual void OnDownloadDestroyed(DownloadItem* item) OVERRIDE {
H A Dsave_package.h152 virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
H A Ddownload_browsertest.cc72 MOCK_METHOD1(OnDownloadDestroyed, void(DownloadItem*));
429 virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE {
1005 EXPECT_CALL(item_observer, OnDownloadDestroyed(items[0]))
1074 EXPECT_CALL(observer, OnDownloadDestroyed(items[0]));
H A Ddownload_item_impl.cc281 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadDestroyed(this));
H A Dsave_package.cc1433 void SavePackage::OnDownloadDestroyed(DownloadItem* download) { function in class:content::SavePackage
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_internals_ui.cc313 virtual void OnDownloadDestroyed(DownloadItem* item) OVERRIDE {}
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service.cc381 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE {

Completed in 2879 milliseconds

12