/external/chromium_org/content/public/browser/ |
D | download_manager_delegate.cc | 26 bool DownloadManagerDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in content::DownloadManagerDelegate
|
D | download_manager_delegate.h | 91 virtual bool ShouldCompleteDownload(
|
/external/chromium_org/android_webview/browser/ |
D | aw_download_manager_delegate.h | 22 virtual bool ShouldCompleteDownload(
|
D | aw_download_manager_delegate.cc | 29 bool AwDownloadManagerDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in android_webview::AwDownloadManagerDelegate
|
/external/chromium_org/chromecast/shell/browser/ |
D | cast_download_manager_delegate.h | 27 virtual bool ShouldCompleteDownload(
|
D | cast_download_manager_delegate.cc | 45 bool CastDownloadManagerDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in chromecast::shell::CastDownloadManagerDelegate
|
/external/chromium_org/content/browser/download/ |
D | download_item_impl_delegate.cc | 40 bool DownloadItemImplDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in content::DownloadItemImplDelegate
|
D | download_item_impl_delegate.h | 51 virtual bool ShouldCompleteDownload(
|
D | download_item_impl_unittest.cc | 49 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()
|
D | download_manager_impl.h | 149 virtual bool ShouldCompleteDownload(
|
D | download_manager_impl.cc | 288 bool DownloadManagerImpl::ShouldCompleteDownload( in ShouldCompleteDownload() function in content::DownloadManagerImpl 291 delegate_->ShouldCompleteDownload(item, complete_callback)) { in ShouldCompleteDownload()
|
D | download_manager_impl_unittest.cc | 192 MOCK_METHOD2(ShouldCompleteDownload,
|
D | download_item_impl.cc | 1554 if (!delegate_->ShouldCompleteDownload(this, state_change_notification)) in IsDownloadReadyForCompletion()
|
D | save_package.cc | 386 if (download_manager_->GetDelegate()->ShouldCompleteDownload( in OnMHTMLGenerated()
|
/external/chromium_org/chrome/browser/download/ |
D | chrome_download_manager_delegate.h | 75 virtual bool ShouldCompleteDownload(
|
D | chrome_download_manager_delegate.cc | 340 if (ShouldCompleteDownload(item, user_complete_callback)) in ShouldCompleteDownloadInternal() 344 bool ChromeDownloadManagerDelegate::ShouldCompleteDownload( in ShouldCompleteDownload() function in ChromeDownloadManagerDelegate
|
D | save_page_browsertest.cc | 448 virtual bool ShouldCompleteDownload( in ShouldCompleteDownload() function in __anond95bd9cb0111::DelayingDownloadManagerDelegate
|