Searched refs:ShouldOpenDownload (Results 1 - 18 of 18) 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/chromecast/shell/browser/
H A Dcast_download_manager_delegate.cc51 bool CastDownloadManagerDelegate::ShouldOpenDownload( function in class:chromecast::shell::CastDownloadManagerDelegate
H A Dcast_download_manager_delegate.h30 virtual bool ShouldOpenDownload(
/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_manager_impl.h153 virtual bool ShouldOpenDownload(
H A Ddownload_item_impl_unittest.cc51 MOCK_METHOD2(ShouldOpenDownload,
80 EXPECT_CALL(*this, ShouldOpenDownload(_, _))
264 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(_, _))
1090 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(item, _))
1128 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(item, _))
1169 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(item, _))
1220 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(item, _))
H A Ddownload_manager_impl.cc307 bool DownloadManagerImpl::ShouldOpenDownload( function in class:content::DownloadManagerImpl
315 return delegate_->ShouldOpenDownload(item, callback);
H A Ddownload_manager_impl_unittest.cc194 MOCK_METHOD2(ShouldOpenDownload,
H A Ddownload_item_impl.cc1378 if (delegate_->ShouldOpenDownload(
H A Ddownload_browsertest.cc363 virtual bool ShouldOpenDownload(
916 // in ShouldOpenDownload.
/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.h28 virtual bool ShouldOpenDownload(
H A Dshell_download_manager_delegate.cc98 bool ShellDownloadManagerDelegate::ShouldOpenDownload( function in class:content::ShellDownloadManagerDelegate
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.h78 virtual bool ShouldOpenDownload(
H A Dchrome_download_manager_delegate.cc263 // ShouldOpenDownload() detects extension downloads based on the
352 bool ChromeDownloadManagerDelegate::ShouldOpenDownload( function in class:ChromeDownloadManagerDelegate

Completed in 1622 milliseconds