Searched defs:ShouldOpenFileBasedOnExtension (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromecast/shell/browser/
H A Dcast_download_manager_delegate.cc40 bool CastDownloadManagerDelegate::ShouldOpenFileBasedOnExtension( function in class:chromecast::shell::CastDownloadManagerDelegate
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.cc21 bool DownloadManagerDelegate::ShouldOpenFileBasedOnExtension( function in class:content::DownloadManagerDelegate
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc51 bool DownloadItemImplDelegate::ShouldOpenFileBasedOnExtension( function in class:content::DownloadItemImplDelegate
H A Ddownload_manager_impl.cc299 bool DownloadManagerImpl::ShouldOpenFileBasedOnExtension( function in class:content::DownloadManagerImpl
304 return delegate_->ShouldOpenFileBasedOnExtension(path);
H A Ddownload_item_impl.cc751 bool DownloadItemImpl::ShouldOpenFileBasedOnExtension() { function in class:content::DownloadItemImpl
752 return delegate_->ShouldOpenFileBasedOnExtension(GetTargetFilePath());
1408 ShouldOpenFileBasedOnExtension() ||
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.cc256 bool ChromeDownloadManagerDelegate::ShouldOpenFileBasedOnExtension( function in class:ChromeDownloadManagerDelegate

Completed in 105 milliseconds