Searched refs:OnDownloadCompleted (Results 1 – 12 of 12) sorted by relevance
70 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 PluginDownloadUrlHelper167 delegate_->OnDownloadCompleted(download_file_path_, success); in DownloadCompletedHelper()
30 virtual void OnDownloadCompleted(const FilePath& download_path, in OnDownloadCompleted() function50 void OnDownloadCompleted(net::URLRequest* request);
39 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()
53 virtual void OnDownloadCompleted(const base::FilePath& file_path) OVERRIDE;
101 void PromiseFileFinalizer::OnDownloadCompleted( in OnDownloadCompleted() function in content::PromiseFileFinalizer
223 observer_->OnDownloadCompleted(file_path_); in DownloadCompleted()
49 virtual void OnDownloadCompleted(const FilePath& file_path);
101 void PromiseFileFinalizer::OnDownloadCompleted(const FilePath& file_path) { in OnDownloadCompleted() function in drag_download_util::PromiseFileFinalizer
141 observer_->OnDownloadCompleted(file_path_); in DownloadCompleted()
31 virtual void OnDownloadCompleted(const base::FilePath& file_path) = 0;
52 virtual void OnDownloadCompleted(const base::FilePath& file_path);
657 void DataObjectImpl::OnDownloadCompleted(const base::FilePath& file_path) { in OnDownloadCompleted() function in ui::DataObjectImpl