Home
last modified time | relevance | path

Searched refs:OnDownloadRemoved (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/download/
Dall_download_item_notifier_unittest.cc30 MOCK_METHOD2(OnDownloadRemoved, void(
96 EXPECT_CALL(observer(), OnDownloadRemoved(&manager(), &item())); in TEST_F()
97 NotifierAsItemObserver()->OnDownloadRemoved(&item()); in TEST_F()
Dall_download_item_notifier.h52 virtual void OnDownloadRemoved( in OnDownloadRemoved() function
76 virtual void OnDownloadRemoved(content::DownloadItem* item) OVERRIDE;
Dall_download_item_notifier.cc60 void AllDownloadItemNotifier::OnDownloadRemoved( in OnDownloadRemoved() function in AllDownloadItemNotifier
62 observer_->OnDownloadRemoved(manager_, item); in OnDownloadRemoved()
Ddownload_history.h118 virtual void OnDownloadRemoved(
Ddownload_history.cc399 OnDownloadRemoved(notifier_.GetManager(), item); in OnDownloadUpdated()
424 void DownloadHistory::OnDownloadRemoved( in OnDownloadRemoved() function in DownloadHistory
/external/chromium_org/content/public/test/
Dmock_download_item.cc28 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadRemoved(this)); in NotifyObserversDownloadRemoved()
/external/chromium_org/chrome/browser/ui/webui/
Ddownloads_dom_handler.h47 virtual void OnDownloadRemoved(
Ddownloads_dom_handler.cc342 void DownloadsDOMHandler::OnDownloadRemoved( in OnDownloadRemoved() function in DownloadsDOMHandler
/external/chromium_org/content/public/browser/
Ddownload_item.h91 virtual void OnDownloadRemoved(DownloadItem* download) {} in OnDownloadRemoved() function
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.h369 virtual void OnDownloadRemoved(
Ddownloads_api.cc1875 void ExtensionDownloadsEventRouter::OnDownloadRemoved( in OnDownloadRemoved() function in extensions::ExtensionDownloadsEventRouter
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_internals_ui.cc308 virtual void OnDownloadRemoved(DownloadItem* item) OVERRIDE {} in OnDownloadRemoved() function in content::FileDeleter
/external/chromium_org/content/browser/download/
Ddownload_item_impl.cc982 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadRemoved(this)); in NotifyRemoved()
Ddownload_item_impl_unittest.cc128 virtual void OnDownloadRemoved(DownloadItem* download) OVERRIDE { in OnDownloadRemoved() function in content::DownloadItemTest::MockObserver
Ddownload_browsertest.cc67 MOCK_METHOD1(OnDownloadRemoved, void(DownloadItem*));