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.h153 virtual void ResumeInterruptedDownload(
H A Ddownload_item_impl.cc360 ResumeInterruptedDownload();
488 // isn't currently the case. See ResumeInterruptedDownload().
1577 ResumeInterruptedDownload();
1580 void DownloadItemImpl::ResumeInterruptedDownload() { function in class:content::DownloadItemImpl
1623 delegate_->ResumeInterruptedDownload(download_params.Pass(), GetId());
H A Ddownload_item_impl.h369 void ResumeInterruptedDownload();
H A Ddownload_manager_impl.cc535 void DownloadManagerImpl::ResumeInterruptedDownload( function in class:content::DownloadManagerImpl
H A Ddownload_item_impl_unittest.cc61 virtual void ResumeInterruptedDownload(
434 // ResumeInterruptedDownload() will abort early, with another interrupt,
495 // the MockDownloadItemDelegate's ResumeInterruptedDownload() function
H A Ddownload_browsertest.cc1005 IN_PROC_BROWSER_TEST_F(DownloadContentTest, ResumeInterruptedDownload) {

Completed in 127 milliseconds