HomeSort by relevance Sort by last modified time
    Searched refs:ShouldCompleteDownload (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/android_webview/browser/
aw_download_manager_delegate.h 22 virtual bool ShouldCompleteDownload(
aw_download_manager_delegate.cc 29 bool AwDownloadManagerDelegate::ShouldCompleteDownload(
  /external/chromium_org/chromecast/shell/browser/
cast_download_manager_delegate.h 27 virtual bool ShouldCompleteDownload(
cast_download_manager_delegate.cc 45 bool CastDownloadManagerDelegate::ShouldCompleteDownload(
  /external/chromium_org/content/public/browser/
download_manager_delegate.cc 26 bool DownloadManagerDelegate::ShouldCompleteDownload(
download_manager_delegate.h 91 virtual bool ShouldCompleteDownload(
  /external/chromium_org/content/browser/download/
download_item_impl_delegate.h 51 virtual bool ShouldCompleteDownload(
download_item_impl_delegate.cc 40 bool DownloadItemImplDelegate::ShouldCompleteDownload(
download_manager_impl.h 149 virtual bool ShouldCompleteDownload(
download_item_impl_unittest.cc 49 MOCK_METHOD2(ShouldCompleteDownload,
474 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
720 EXPECT_CALL(*mock_delegate(), ShouldCompleteDownload(item, _))
    [all...]
download_manager_impl.cc 288 bool DownloadManagerImpl::ShouldCompleteDownload(
291 delegate_->ShouldCompleteDownload(item, complete_callback)) {
download_manager_impl_unittest.cc 192 MOCK_METHOD2(ShouldCompleteDownload,
download_item_impl.cc     [all...]
save_package.cc 377 // ShouldCompleteDownload() may depend on the gdata uploader to finish.
386 if (download_manager_->GetDelegate()->ShouldCompleteDownload(
    [all...]
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.h 57 // Should be called before the first call to ShouldCompleteDownload() to
75 virtual bool ShouldCompleteDownload(
156 // Internal gateways for ShouldCompleteDownload().
chrome_download_manager_delegate.cc 340 if (ShouldCompleteDownload(item, user_complete_callback))
344 bool ChromeDownloadManagerDelegate::ShouldCompleteDownload(
save_page_browsertest.cc 448 virtual bool ShouldCompleteDownload(

Completed in 360 milliseconds