Searched defs:OnDownloadCreated (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Dall_download_item_notifier.cc42 void AllDownloadItemNotifier::OnDownloadCreated( function in class:AllDownloadItemNotifier
47 observer_->OnDownloadCreated(manager, item);
H A Ddownload_ui_controller.cc113 void DownloadUIController::OnDownloadCreated(content::DownloadManager* manager, function in class:DownloadUIController
H A Dall_download_item_notifier.h46 virtual void OnDownloadCreated( function in class:AllDownloadItemNotifier::Observer
70 virtual void OnDownloadCreated(content::DownloadManager* manager,
H A Ddownload_status_updater.cc98 OnDownloadCreated(manager, *it);
102 void DownloadStatusUpdater::OnDownloadCreated( function in class:DownloadStatusUpdater
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.
/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/incident_reporting/
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/chrome/browser/chromeos/drive/
H A Ddownload_handler.cc223 void DownloadHandler::OnDownloadCreated(DownloadManager* manager, function in class:drive::DownloadHandler
/external/chromium_org/content/public/test/
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/ui/webui/
H A Ddownloads_dom_handler.cc315 void DownloadsDOMHandler::OnDownloadCreated( function in class:DownloadsDOMHandler
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1785 void ExtensionDownloadsEventRouter::OnDownloadCreated( function in class:extensions::ExtensionDownloadsEventRouter

Completed in 143 milliseconds