Searched refs:OnDownloadCreated (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater.h36 virtual void OnDownloadCreated(
H A Ddownload_ui_controller.h42 virtual void OnDownloadCreated(content::DownloadManager* manager,
H A Dall_download_item_notifier.cc42 void AllDownloadItemNotifier::OnDownloadCreated( function in class:AllDownloadItemNotifier
47 observer_->OnDownloadCreated(manager, item);
H A Dall_download_item_notifier.h46 virtual void OnDownloadCreated( function in class:AllDownloadItemNotifier::Observer
70 virtual void OnDownloadCreated(content::DownloadManager* manager,
H A Dall_download_item_notifier_unittest.cc24 MOCK_METHOD2(OnDownloadCreated, void(
108 EXPECT_CALL(observer(), OnDownloadCreated(&manager(), &item()));
109 NotifierAsManagerObserver()->OnDownloadCreated(
H A Ddownload_status_updater.cc98 OnDownloadCreated(manager, *it);
102 void DownloadStatusUpdater::OnDownloadCreated( function in class:DownloadStatusUpdater
H A Ddownload_ui_controller_unittest.cc250 manager_observer()->OnDownloadCreated(manager(), item.get());
272 manager_observer()->OnDownloadCreated(manager(), item.get());
284 manager_observer()->OnDownloadCreated(manager(), item.get());
298 // OnDownloadCreated notification to mark a download as having been restored
319 // is called, we need to first invoke the OnDownloadCreated callback for
323 base::Bind(&content::DownloadManager::Observer::OnDownloadCreated,
337 // Now pass along the notification to the OnDownloadCreated observer from
341 manager_observer()->OnDownloadCreated(manager(), item.get());
H A Ddownload_ui_controller.cc113 void DownloadUIController::OnDownloadCreated(content::DownloadManager* manager, function in class:DownloadUIController
H A Ddownload_history.h71 // within a DownloadManager::Observer::OnDownloadCreated handler since the
89 // within a DownloadManager::Observer::OnDownloadCreated handler and can be
112 virtual void OnDownloadCreated(
134 // created items in OnDownloadCreated() so that the item is not re-added to
H A Ddownload_history.cc18 // internally calls OnDownloadCreated(), which normally adds items to the
219 OnDownloadCreated(notifier_.GetManager(), *it);
246 // The OnDownloadCreated handler sets the was_restored_from_history flag when
249 // racing with our OnDownloadCreated handler.
371 void DownloadHistory::OnDownloadCreated( function in class:DownloadHistory
375 // All downloads should pass through OnDownloadCreated exactly once.
H A Ddownload_status_updater_unittest.cc242 manager_observers_[0]->OnDownloadCreated(
H A Ddownload_history_unittest.cc274 manager_observer()->OnDownloadCreated(&manager(), &item(index));
494 // Load a download from history, create the item, OnDownloadCreated,
523 // created from history, even during an OnDownloadCreated() handler.
526 // before and after DH::OnDownloadCreated() is called. At each call, the
551 // before and after DH::OnDownloadCreated() is called. At each call, the
575 // Create a fresh item not from history, OnDownloadCreated, OnDownloadUpdated,
699 // Create a fresh item not from history, OnDownloadCreated, OnDownloadUpdated,
782 // Load a download from history, create the item, OnDownloadCreated,
815 // Create a fresh item not from history, OnDownloadCreated, OnDownloadUpdated,
839 // Create a fresh item not from history, OnDownloadCreated, OnDownloadUpdate
[all...]
/external/chromium_org/content/public/test/
H A Ddownload_test_observer.h90 virtual void OnDownloadCreated(
243 virtual void OnDownloadCreated(
H A Ddownload_test_observer.cc90 OnDownloadCreated(download_manager_, *it);
115 void DownloadTestObserver::OnDownloadCreated( function in class:content::DownloadTestObserver
325 void DownloadTestFlushObserver::OnDownloadCreated( function in class:content::DownloadTestFlushObserver
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.h78 virtual void OnDownloadCreated(content::DownloadManager* manager,
H A Ddownload_handler.cc223 void DownloadHandler::OnDownloadCreated(DownloadManager* manager, function in class:drive::DownloadHandler
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.h41 virtual void OnDownloadCreated(
H A Ddownloads_dom_handler.cc311 void DownloadsDOMHandler::OnDownloadCreated( function in class:DownloadsDOMHandler
/external/chromium_org/content/public/browser/
H A Ddownload_manager.h80 // doing large amounts of work in OnDownloadCreated(). TODO(<whoever>):
83 virtual void OnDownloadCreated( function in class:content::DownloadManager::Observer
/external/chromium_org/chrome/browser/safe_browsing/
H A Dlast_download_finder_unittest.cc79 base::Bind(&LastDownloadFinderTest::OnDownloadCreated,
256 void OnDownloadCreated(bool created) { ASSERT_TRUE(created); } function in class:LastDownloadFinderTest
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.cc441 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadCreated(this, download));
519 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadCreated(
663 FOR_EACH_OBSERVER(Observer, observers_, OnDownloadCreated(this, item));
H A Ddownload_browsertest.cc82 MOCK_METHOD2(OnDownloadCreated, void(DownloadManager*, DownloadItem*));
464 virtual void OnDownloadCreated(DownloadManager* manager,
1082 EXPECT_CALL(dm_observer, OnDownloadCreated(_,_)).Times(1);
1101 EXPECT_CALL(dm_observer, OnDownloadCreated(_,_)).Times(0);
1586 EXPECT_CALL(dm_observer, OnDownloadCreated(_,_)).Times(1);
1602 // Resume and remove download. We expect only a single OnDownloadCreated()
1604 EXPECT_CALL(dm_observer, OnDownloadCreated(_,_)).Times(1);
1633 EXPECT_CALL(dm_observer, OnDownloadCreated(_,_)).Times(1);
1649 // Resume and cancel download. We expect only a single OnDownloadCreated()
1651 EXPECT_CALL(dm_observer, OnDownloadCreated(
[all...]
H A Ddownload_manager_impl_unittest.cc426 MOCK_METHOD2(OnDownloadCreated, void(
592 EXPECT_CALL(GetMockObserver(), OnDownloadCreated(download_manager_.get(), _))
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.h363 virtual void OnDownloadCreated(
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_browsertest.cc48 virtual void OnDownloadCreated(

Completed in 2746 milliseconds

12