Searched refs:DetermineDownloadTarget (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Daw_download_manager_delegate.cc16 bool AwDownloadManagerDelegate::DetermineDownloadTarget( function in class:android_webview::AwDownloadManagerDelegate
H A Daw_download_manager_delegate.h19 virtual bool DetermineDownloadTarget(
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.cc15 bool DownloadManagerDelegate::DetermineDownloadTarget( function in class:content::DownloadManagerDelegate
H A Ddownload_manager_delegate.h36 // Called with the results of DetermineDownloadTarget(). If the delegate decides
79 virtual bool DetermineDownloadTarget(DownloadItem* item,
/external/chromium_org/chromecast/shell/browser/
H A Dcast_download_manager_delegate.cc26 bool CastDownloadManagerDelegate::DetermineDownloadTarget( function in class:chromecast::shell::CastDownloadManagerDelegate
H A Dcast_download_manager_delegate.h22 virtual bool DetermineDownloadTarget(
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc30 void DownloadItemImplDelegate::DetermineDownloadTarget( function in class:content::DownloadItemImplDelegate
H A Ddownload_item_impl_delegate.h44 virtual void DetermineDownloadTarget(
H A Ddownload_manager_impl_unittest.cc188 MOCK_METHOD2(DetermineDownloadTarget,
552 void DetermineDownloadTarget(DownloadItemImpl* item) { function in class:content::DownloadManagerTest
553 download_manager_->DetermineDownloadTarget(
617 // Confirm that calling DetermineDownloadTarget behaves properly if the delegate
626 DetermineDownloadTarget(&item, _))
628 DetermineDownloadTarget(&item);
631 // Confirm that calling DetermineDownloadTarget behaves properly if the delegate
639 DetermineDownloadTarget(&item, _))
646 DetermineDownloadTarget(&item);
H A Ddownload_manager_impl.h147 virtual void DetermineDownloadTarget(
H A Ddownload_item_impl_unittest.cc47 MOCK_METHOD2(DetermineDownloadTarget, void(
245 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _))
249 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _));
507 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _))
645 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(_, _));
692 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _));
H A Ddownload_manager_impl.cc271 void DownloadManagerImpl::DetermineDownloadTarget( function in class:content::DownloadManagerImpl
278 if (!delegate_ || !delegate_->DetermineDownloadTarget(item, callback)) {
H A Ddownload_item_impl.cc1168 delegate_->DetermineDownloadTarget(
/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.h25 virtual bool DetermineDownloadTarget(
H A Dshell_download_manager_delegate.cc60 bool ShellDownloadManagerDelegate::DetermineDownloadTarget( function in class:content::ShellDownloadManagerDelegate
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate_unittest.cc147 void DetermineDownloadTarget(DownloadItem* download,
261 void ChromeDownloadManagerDelegateTest::DetermineDownloadTarget( function in class:__anon3573::ChromeDownloadManagerDelegateTest
265 delegate()->DetermineDownloadTarget(
341 DetermineDownloadTarget(save_as_download.get(), &result);
355 DetermineDownloadTarget(save_as_download.get(), &result);
364 DetermineDownloadTarget(automatic_download.get(), &result);
378 DetermineDownloadTarget(save_as_download.get(), &result);
H A Dchrome_download_manager_delegate.h70 virtual bool DetermineDownloadTarget(
H A Dchrome_download_manager_delegate.cc239 bool ChromeDownloadManagerDelegate::DetermineDownloadTarget( function in class:ChromeDownloadManagerDelegate
/external/chromium_org/chrome/browser/lifetime/
H A Dbrowser_close_manager_browsertest.cc184 virtual bool DetermineDownloadTarget(
189 return ChromeDownloadManagerDelegate::DetermineDownloadTarget(

Completed in 2251 milliseconds