Home
last modified time | relevance | path

Searched refs:OnDownloadCompleted (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/
Dplugin_download_helper.cc70 OnDownloadCompleted(request); in OnResponseStarted()
75 OnDownloadCompleted(request); in OnResponseStarted()
84 OnDownloadCompleted(request); in OnResponseStarted()
87 OnDownloadCompleted(request); in OnResponseStarted()
99 OnDownloadCompleted(request); in OnReadCompleted()
122 OnDownloadCompleted(request); in OnReadCompleted()
126 OnDownloadCompleted(request); in OnReadCompleted()
132 void PluginDownloadUrlHelper::OnDownloadCompleted(net::URLRequest* request) { in OnDownloadCompleted() function in PluginDownloadUrlHelper
167 delegate_->OnDownloadCompleted(download_file_path_, success); in DownloadCompletedHelper()
Dplugin_download_helper.h30 virtual void OnDownloadCompleted(const FilePath& download_path, in OnDownloadCompleted() function
50 void OnDownloadCompleted(net::URLRequest* request);
/external/chromium_org/content/browser/download/
Ddrag_download_file_browsertest.cc39 MOCK_METHOD1(OnDownloadCompleted, void(const base::FilePath& file_path));
104 ON_CALL(*observer.get(), OnDownloadCompleted(_)) in IN_PROC_BROWSER_TEST_F()
124 EXPECT_CALL(*observer.get(), OnDownloadCompleted(_)) in IN_PROC_BROWSER_TEST_F()
Ddrag_download_util.h53 virtual void OnDownloadCompleted(const base::FilePath& file_path) OVERRIDE;
Ddrag_download_util.cc101 void PromiseFileFinalizer::OnDownloadCompleted( in OnDownloadCompleted() function in content::PromiseFileFinalizer
Ddrag_download_file.cc223 observer_->OnDownloadCompleted(file_path_); in DownloadCompleted()
/external/chromium/chrome/browser/download/
Ddrag_download_util.h49 virtual void OnDownloadCompleted(const FilePath& file_path);
Ddrag_download_util.cc101 void PromiseFileFinalizer::OnDownloadCompleted(const FilePath& file_path) { in OnDownloadCompleted() function in drag_download_util::PromiseFileFinalizer
Ddrag_download_file.cc141 observer_->OnDownloadCompleted(file_path_); in DownloadCompleted()
/external/chromium_org/ui/base/dragdrop/
Ddownload_file_interface.h31 virtual void OnDownloadCompleted(const base::FilePath& file_path) = 0;
Dos_exchange_data_provider_win.h52 virtual void OnDownloadCompleted(const base::FilePath& file_path);
Dos_exchange_data_provider_win.cc657 void DataObjectImpl::OnDownloadCompleted(const base::FilePath& file_path) { in OnDownloadCompleted() function in ui::DataObjectImpl