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.cc124 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.cc99 OnDownloadCreated(manager, *it);
103 void DownloadStatusUpdater::OnDownloadCreated( function in class:DownloadStatusUpdater
H A Ddownload_history.cc18 // internally calls OnDownloadCreated(), which normally adds items to the
202 OnDownloadCreated(notifier_.GetManager(), *it);
338 void DownloadHistory::OnDownloadCreated( function in class:DownloadHistory
342 // 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/chromeos/drive/
H A Ddownload_handler.cc205 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
321 void DownloadTestFlushObserver::OnDownloadCreated( function in class:content::DownloadTestFlushObserver
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc326 void DownloadsDOMHandler::OnDownloadCreated( function in class:DownloadsDOMHandler
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1715 void ExtensionDownloadsEventRouter::OnDownloadCreated( function in class:ExtensionDownloadsEventRouter
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc1367 void AutomationProviderDownloadModelChangedObserver::OnDownloadCreated( function in class:AutomationProviderDownloadModelChangedObserver
1402 OnDownloadCreated(download_manager_, *it);
1425 void AllDownloadsCompleteObserver::OnDownloadCreated( function in class:AllDownloadsCompleteObserver

Completed in 777 milliseconds