Home
last modified time | relevance | path

Searched refs:ShouldCompleteDownload (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/public/browser/
Ddownload_manager_delegate.cc26 bool DownloadManagerDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in content::DownloadManagerDelegate
Ddownload_manager_delegate.h91 virtual bool ShouldCompleteDownload(
/external/chromium_org/android_webview/browser/
Daw_download_manager_delegate.h22 virtual bool ShouldCompleteDownload(
Daw_download_manager_delegate.cc29 bool AwDownloadManagerDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in android_webview::AwDownloadManagerDelegate
/external/chromium_org/chromecast/shell/browser/
Dcast_download_manager_delegate.h27 virtual bool ShouldCompleteDownload(
Dcast_download_manager_delegate.cc45 bool CastDownloadManagerDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in chromecast::shell::CastDownloadManagerDelegate
/external/chromium_org/content/browser/download/
Ddownload_item_impl_delegate.cc40 bool DownloadItemImplDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in content::DownloadItemImplDelegate
Ddownload_item_impl_delegate.h51 virtual bool ShouldCompleteDownload(
Ddownload_item_impl_unittest.cc49 MOCK_METHOD2(ShouldCompleteDownload,
474 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _)) in TEST_F()
720 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _)) in TEST_F()
996 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _)) in TEST_F()
1023 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _)) in TEST_F()
1080 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _)) in TEST_F()
1110 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _)) in TEST_F()
1148 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _)) in TEST_F()
1195 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _)) in TEST_F()
Ddownload_manager_impl.h149 virtual bool ShouldCompleteDownload(
Ddownload_manager_impl.cc288 bool DownloadManagerImpl::ShouldCompleteDownload( in ShouldCompleteDownload() function in content::DownloadManagerImpl
291 delegate_->ShouldCompleteDownload(item, complete_callback)) { in ShouldCompleteDownload()
Ddownload_manager_impl_unittest.cc192 MOCK_METHOD2(ShouldCompleteDownload,
Ddownload_item_impl.cc1554 if (!delegate_->ShouldCompleteDownload(this, state_change_notification)) in IsDownloadReadyForCompletion()
Dsave_package.cc386 if (download_manager_->GetDelegate()->ShouldCompleteDownload( in OnMHTMLGenerated()
/external/chromium_org/chrome/browser/download/
Dchrome_download_manager_delegate.h75 virtual bool ShouldCompleteDownload(
Dchrome_download_manager_delegate.cc340 if (ShouldCompleteDownload(item, user_complete_callback)) in ShouldCompleteDownloadInternal()
344 bool ChromeDownloadManagerDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in ChromeDownloadManagerDelegate
Dsave_page_browsertest.cc448 virtual bool ShouldCompleteDownload( in ShouldCompleteDownload() function in __anond95bd9cb0111::DelayingDownloadManagerDelegate