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

  /external/chromium_org/android_webview/browser/
aw_download_manager_delegate.h 25 virtual bool ShouldOpenDownload(
aw_download_manager_delegate.cc 36 bool AwDownloadManagerDelegate::ShouldOpenDownload(
  /external/chromium_org/chromecast/shell/browser/
cast_download_manager_delegate.h 30 virtual bool ShouldOpenDownload(
cast_download_manager_delegate.cc 51 bool CastDownloadManagerDelegate::ShouldOpenDownload(
  /external/chromium_org/content/public/browser/
download_manager_delegate.cc 32 bool DownloadManagerDelegate::ShouldOpenDownload(
download_manager_delegate.h 99 virtual bool ShouldOpenDownload(DownloadItem* item,
  /external/chromium_org/content/browser/download/
download_item_impl_delegate.h 57 virtual bool ShouldOpenDownload(
download_item_impl_delegate.cc 46 bool DownloadItemImplDelegate::ShouldOpenDownload(
download_manager_impl.h 153 virtual bool ShouldOpenDownload(
download_item_impl_unittest.cc 51 MOCK_METHOD2(ShouldOpenDownload,
80 EXPECT_CALL(*this, ShouldOpenDownload(_, _))
264 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(_, _))
    [all...]
download_manager_impl.cc 307 bool DownloadManagerImpl::ShouldOpenDownload(
315 return delegate_->ShouldOpenDownload(item, callback);
download_manager_impl_unittest.cc 194 MOCK_METHOD2(ShouldOpenDownload,
download_item_impl.cc     [all...]
download_browsertest.cc 363 virtual bool ShouldOpenDownload(
    [all...]
  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.h 28 virtual bool ShouldOpenDownload(
shell_download_manager_delegate.cc 98 bool ShellDownloadManagerDelegate::ShouldOpenDownload(
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.h 78 virtual bool ShouldOpenDownload(
chrome_download_manager_delegate.cc 263 // ShouldOpenDownload() detects extension downloads based on the
352 bool ChromeDownloadManagerDelegate::ShouldOpenDownload(

Completed in 3751 milliseconds