ShouldCompleteDownload   22 android_webview/browser/aw_download_manager_delegate.h   virtual bool ShouldCompleteDownload(
ShouldCompleteDownload  359 chrome/browser/download/chrome_download_manager_delegate.cc   if (ShouldCompleteDownload(item, user_complete_callback))
ShouldCompleteDownload   75 chrome/browser/download/chrome_download_manager_delegate.h   virtual bool ShouldCompleteDownload(
ShouldCompleteDownload 1548 content/browser/download/download_item_impl.cc   if (!delegate_->ShouldCompleteDownload(this, state_change_notification))
ShouldCompleteDownload   51 content/browser/download/download_item_impl_delegate.h   virtual bool ShouldCompleteDownload(
ShouldCompleteDownload   49 content/browser/download/download_item_impl_unittest.cc   MOCK_METHOD2(ShouldCompleteDownload,
ShouldCompleteDownload  474 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
ShouldCompleteDownload  720 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
ShouldCompleteDownload  996 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
ShouldCompleteDownload 1023 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
ShouldCompleteDownload 1080 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
ShouldCompleteDownload 1110 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
ShouldCompleteDownload 1148 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
ShouldCompleteDownload 1195 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
ShouldCompleteDownload  287 content/browser/download/download_manager_impl.cc       delegate_->ShouldCompleteDownload(item, complete_callback)) {
ShouldCompleteDownload  146 content/browser/download/download_manager_impl.h   virtual bool ShouldCompleteDownload(
ShouldCompleteDownload  190 content/browser/download/download_manager_impl_unittest.cc   MOCK_METHOD2(ShouldCompleteDownload,
ShouldCompleteDownload  390 content/browser/download/save_package.cc   if (download_manager_->GetDelegate()->ShouldCompleteDownload(
ShouldCompleteDownload   91 content/public/browser/download_manager_delegate.h   virtual bool ShouldCompleteDownload(