/external/chromium_org/chrome/browser/download/ |
D | all_download_item_notifier_unittest.cc | 30 MOCK_METHOD2(OnDownloadRemoved, void( 96 EXPECT_CALL(observer(), OnDownloadRemoved(&manager(), &item())); in TEST_F() 97 NotifierAsItemObserver()->OnDownloadRemoved(&item()); in TEST_F()
|
D | all_download_item_notifier.h | 52 virtual void OnDownloadRemoved( in OnDownloadRemoved() function 76 virtual void OnDownloadRemoved(content::DownloadItem* item) OVERRIDE;
|
D | all_download_item_notifier.cc | 60 void AllDownloadItemNotifier::OnDownloadRemoved( in OnDownloadRemoved() function in AllDownloadItemNotifier 62 observer_->OnDownloadRemoved(manager_, item); in OnDownloadRemoved()
|
D | download_history.h | 118 virtual void OnDownloadRemoved(
|
D | download_history.cc | 399 OnDownloadRemoved(notifier_.GetManager(), item); in OnDownloadUpdated() 424 void DownloadHistory::OnDownloadRemoved( in OnDownloadRemoved() function in DownloadHistory
|
/external/chromium_org/content/public/test/ |
D | mock_download_item.cc | 28 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadRemoved(this)); in NotifyObserversDownloadRemoved()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | downloads_dom_handler.h | 47 virtual void OnDownloadRemoved(
|
D | downloads_dom_handler.cc | 342 void DownloadsDOMHandler::OnDownloadRemoved( in OnDownloadRemoved() function in DownloadsDOMHandler
|
/external/chromium_org/content/public/browser/ |
D | download_item.h | 91 virtual void OnDownloadRemoved(DownloadItem* download) {} in OnDownloadRemoved() function
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
D | downloads_api.h | 369 virtual void OnDownloadRemoved(
|
D | downloads_api.cc | 1875 void ExtensionDownloadsEventRouter::OnDownloadRemoved( in OnDownloadRemoved() function in extensions::ExtensionDownloadsEventRouter
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_internals_ui.cc | 308 virtual void OnDownloadRemoved(DownloadItem* item) OVERRIDE {} in OnDownloadRemoved() function in content::FileDeleter
|
/external/chromium_org/content/browser/download/ |
D | download_item_impl.cc | 982 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadRemoved(this)); in NotifyRemoved()
|
D | download_item_impl_unittest.cc | 128 virtual void OnDownloadRemoved(DownloadItem* download) OVERRIDE { in OnDownloadRemoved() function in content::DownloadItemTest::MockObserver
|
D | download_browsertest.cc | 67 MOCK_METHOD1(OnDownloadRemoved, void(DownloadItem*));
|