Searched refs:ResumeInterruptedDownload (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc59 void DownloadItemImplDelegate::ResumeInterruptedDownload( function in class:content::DownloadItemImplDelegate
H A Ddownload_item_impl_delegate.h70 virtual void ResumeInterruptedDownload(
H A Ddownload_manager_impl.h157 virtual void ResumeInterruptedDownload(
H A Ddownload_item_impl.cc378 ResumeInterruptedDownload();
508 // isn't currently the case. See ResumeInterruptedDownload().
1677 ResumeInterruptedDownload();
1680 void DownloadItemImpl::ResumeInterruptedDownload() { function in class:content::DownloadItemImpl
1724 delegate_->ResumeInterruptedDownload(download_params.Pass(), GetId());
H A Ddownload_item_impl.h379 void ResumeInterruptedDownload();
H A Ddownload_manager_impl.cc534 void DownloadManagerImpl::ResumeInterruptedDownload( function in class:content::DownloadManagerImpl
H A Ddownload_browsertest.cc1081 IN_PROC_BROWSER_TEST_F(DownloadContentTest, ResumeInterruptedDownload) {
H A Ddownload_item_impl_unittest.cc56 virtual void ResumeInterruptedDownload(
429 // ResumeInterruptedDownload() will abort early, with another interrupt,
521 // the MockDownloadItemDelegate's ResumeInterruptedDownload() function

Completed in 1070 milliseconds