/external/chromium_org/content/public/test/ |
mock_download_item.cc | 28 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadRemoved(this));
|
/external/chromium_org/chrome/browser/download/ |
all_download_item_notifier.cc | 60 void AllDownloadItemNotifier::OnDownloadRemoved( 62 observer_->OnDownloadRemoved(manager_, item);
|
all_download_item_notifier.h | 52 virtual void OnDownloadRemoved( 76 virtual void OnDownloadRemoved(content::DownloadItem* item) OVERRIDE;
|
all_download_item_notifier_unittest.cc | 30 MOCK_METHOD2(OnDownloadRemoved, void( 96 EXPECT_CALL(observer(), OnDownloadRemoved(&manager(), &item())); 97 NotifierAsItemObserver()->OnDownloadRemoved(&item());
|
download_history.h | 118 virtual void OnDownloadRemoved(
|
download_history.cc | 20 // 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( 437 // This is important: another OnDownloadRemoved() handler could do something
|
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_dom_handler.h | 47 virtual void OnDownloadRemoved(
|
downloads_dom_handler.cc | 342 void DownloadsDOMHandler::OnDownloadRemoved( 347 // DownloadManager when OnDownloadRemoved() is fired, so bounce off the 351 // |download_item| from its map when OnDownloadRemoved is sent, then 352 // DownloadsDOMHandler::OnDownloadRemoved() will need to explicitly tell 463 // OnDownloadRemoved() will call it, but if no downloads are actually removed,
|
/external/chromium_org/content/public/browser/ |
download_item.h | 91 virtual void OnDownloadRemoved(DownloadItem* download) {} 94 // every OnDownloadRemoved() as well as when the DownloadManager is going
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api.h | 369 virtual void OnDownloadRemoved(
|
downloads_api.cc | [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_internals_ui.cc | 308 virtual void OnDownloadRemoved(DownloadItem* item) OVERRIDE {}
|
/external/chromium_org/content/browser/download/ |
download_item_impl.cc | 982 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadRemoved(this)); [all...] |
download_browsertest.cc | 67 MOCK_METHOD1(OnDownloadRemoved, void(DownloadItem*)); [all...] |
download_item_impl_unittest.cc | 128 virtual void OnDownloadRemoved(DownloadItem* download) OVERRIDE { [all...] |