Searched refs:ShouldOpenDownload (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Daw_download_manager_delegate.cc36 bool AwDownloadManagerDelegate::ShouldOpenDownload( function in class:android_webview::AwDownloadManagerDelegate
H A Daw_download_manager_delegate.h25 virtual bool ShouldOpenDownload(
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.cc32 bool DownloadManagerDelegate::ShouldOpenDownload( function in class:content::DownloadManagerDelegate
H A Ddownload_manager_delegate.h99 virtual bool ShouldOpenDownload(DownloadItem* item,
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc46 bool DownloadItemImplDelegate::ShouldOpenDownload( function in class:content::DownloadItemImplDelegate
H A Ddownload_item_impl_delegate.h57 virtual bool ShouldOpenDownload(
H A Ddownload_item_impl_unittest.cc56 MOCK_METHOD2(ShouldOpenDownload,
85 EXPECT_CALL(*this, ShouldOpenDownload(_, _))
269 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(_, _))
1064 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(item, _))
1102 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(item, _))
1143 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(item, _))
1194 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(item, _))
H A Ddownload_manager_impl.h149 virtual bool ShouldOpenDownload(
H A Ddownload_manager_impl.cc309 bool DownloadManagerImpl::ShouldOpenDownload( function in class:content::DownloadManagerImpl
317 return delegate_->ShouldOpenDownload(item, callback);
H A Ddownload_manager_impl_unittest.cc190 MOCK_METHOD2(ShouldOpenDownload,
H A Ddownload_item_impl.cc1292 if (delegate_->ShouldOpenDownload(
H A Ddownload_browsertest.cc352 virtual bool ShouldOpenDownload(
853 // in ShouldOpenDownload.
/external/chromium_org/content/shell/
H A Dshell_download_manager_delegate.h28 virtual bool ShouldOpenDownload(
H A Dshell_download_manager_delegate.cc90 bool ShellDownloadManagerDelegate::ShouldOpenDownload( function in class:content::ShellDownloadManagerDelegate
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.h77 virtual bool ShouldOpenDownload(
H A Dchrome_download_manager_delegate.cc233 // ShouldOpenDownload() detects extension downloads based on the
305 bool ChromeDownloadManagerDelegate::ShouldOpenDownload( function in class:ChromeDownloadManagerDelegate

Completed in 2549 milliseconds