DownloadManagerDelegate 226 android_webview/browser/aw_browser_context.cc content::DownloadManagerDelegate* DownloadManagerDelegate 113 android_webview/browser/aw_browser_context.h virtual content::DownloadManagerDelegate* DownloadManagerDelegate 14 android_webview/browser/aw_download_manager_delegate.h class AwDownloadManagerDelegate : public content::DownloadManagerDelegate { DownloadManagerDelegate 50 chrome/browser/download/chrome_download_manager_delegate.h : public content::DownloadManagerDelegate, DownloadManagerDelegate 24 chrome/browser/download/download_service.cc using content::DownloadManagerDelegate; DownloadManagerDelegate 37 chrome/browser/download/download_service.cc DCHECK(static_cast<DownloadManagerDelegate*>(manager_delegate_.get()) == DownloadManagerDelegate 78 chrome/browser/profiles/off_the_record_profile_impl.cc using content::DownloadManagerDelegate; DownloadManagerDelegate 274 chrome/browser/profiles/off_the_record_profile_impl.cc DownloadManagerDelegate* OffTheRecordProfileImpl::GetDownloadManagerDelegate() { DownloadManagerDelegate 91 chrome/browser/profiles/off_the_record_profile_impl.h virtual content::DownloadManagerDelegate* DownloadManagerDelegate 138 chrome/browser/profiles/profile_impl.cc using content::DownloadManagerDelegate; DownloadManagerDelegate 1042 chrome/browser/profiles/profile_impl.cc DownloadManagerDelegate* ProfileImpl::GetDownloadManagerDelegate() { DownloadManagerDelegate 66 chrome/browser/profiles/profile_impl.h virtual content::DownloadManagerDelegate* DownloadManagerDelegate 32 chrome/browser/ui/app_list/test/fake_profile.cc content::DownloadManagerDelegate* DownloadManagerDelegate 21 chrome/browser/ui/app_list/test/fake_profile.h class DownloadManagerDelegate; DownloadManagerDelegate 36 chrome/browser/ui/app_list/test/fake_profile.h virtual content::DownloadManagerDelegate* DownloadManagerDelegate 94 chrome/test/base/testing_profile.cc using content::DownloadManagerDelegate; DownloadManagerDelegate 698 chrome/test/base/testing_profile.cc DownloadManagerDelegate* TestingProfile::GetDownloadManagerDelegate() { DownloadManagerDelegate 211 chrome/test/base/testing_profile.h virtual content::DownloadManagerDelegate* DownloadManagerDelegate 314 content/browser/download/download_manager_impl.cc void DownloadManagerImpl::SetDelegate(DownloadManagerDelegate* delegate) { DownloadManagerDelegate 318 content/browser/download/download_manager_impl.cc DownloadManagerDelegate* DownloadManagerImpl::GetDelegate() const { DownloadManagerDelegate 60 content/browser/download/download_manager_impl.h virtual void SetDelegate(DownloadManagerDelegate* delegate) OVERRIDE; DownloadManagerDelegate 61 content/browser/download/download_manager_impl.h virtual DownloadManagerDelegate* GetDelegate() const OVERRIDE; DownloadManagerDelegate 185 content/browser/download/download_manager_impl.h DownloadManagerDelegate* delegate_; DownloadManagerDelegate 179 content/browser/download/download_manager_impl_unittest.cc class MockDownloadManagerDelegate : public DownloadManagerDelegate { DownloadManagerDelegate 432 content/browser/download/download_manager_impl_unittest.cc MOCK_METHOD0(GetDownloadManagerDelegate, DownloadManagerDelegate*()); DownloadManagerDelegate 35 content/public/browser/browser_context.h class DownloadManagerDelegate; DownloadManagerDelegate 166 content/public/browser/browser_context.h virtual DownloadManagerDelegate* GetDownloadManagerDelegate() = 0; DownloadManagerDelegate 51 content/public/browser/download_manager.h class DownloadManagerDelegate; DownloadManagerDelegate 63 content/public/browser/download_manager.h virtual void SetDelegate(DownloadManagerDelegate* delegate) = 0; DownloadManagerDelegate 64 content/public/browser/download_manager.h virtual DownloadManagerDelegate* GetDelegate() const = 0; DownloadManagerDelegate 11 content/public/browser/download_manager_delegate.cc void DownloadManagerDelegate::GetNextId(const DownloadIdCallback& callback) { DownloadManagerDelegate 15 content/public/browser/download_manager_delegate.cc bool DownloadManagerDelegate::DetermineDownloadTarget( DownloadManagerDelegate 21 content/public/browser/download_manager_delegate.cc bool DownloadManagerDelegate::ShouldOpenFileBasedOnExtension( DownloadManagerDelegate 26 content/public/browser/download_manager_delegate.cc bool DownloadManagerDelegate::ShouldCompleteDownload( DownloadManagerDelegate 32 content/public/browser/download_manager_delegate.cc bool DownloadManagerDelegate::ShouldOpenDownload( DownloadManagerDelegate 37 content/public/browser/download_manager_delegate.cc bool DownloadManagerDelegate::GenerateFileHash() { DownloadManagerDelegate 42 content/public/browser/download_manager_delegate.cc DownloadManagerDelegate::ApplicationClientIdForFileScanning() const { DownloadManagerDelegate 46 content/public/browser/download_manager_delegate.cc DownloadManagerDelegate::~DownloadManagerDelegate() {} DownloadManagerDelegate 57 content/public/browser/download_manager_delegate.h class CONTENT_EXPORT DownloadManagerDelegate { DownloadManagerDelegate 139 content/public/browser/download_manager_delegate.h virtual ~DownloadManagerDelegate(); DownloadManagerDelegate 72 content/public/test/mock_download_manager.h MOCK_METHOD1(SetDelegate, void(DownloadManagerDelegate* delegate)); DownloadManagerDelegate 73 content/public/test/mock_download_manager.h MOCK_CONST_METHOD0(GetDelegate, DownloadManagerDelegate*()); DownloadManagerDelegate 68 content/public/test/test_browser_context.cc DownloadManagerDelegate* TestBrowserContext::GetDownloadManagerDelegate() { DownloadManagerDelegate 32 content/public/test/test_browser_context.h virtual DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE; DownloadManagerDelegate 121 content/shell/browser/shell_browser_context.cc DownloadManagerDelegate* ShellBrowserContext::GetDownloadManagerDelegate() { DownloadManagerDelegate 22 content/shell/browser/shell_browser_context.h class DownloadManagerDelegate; DownloadManagerDelegate 35 content/shell/browser/shell_browser_context.h virtual DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE; DownloadManagerDelegate 45 content/shell/browser/shell_download_manager_delegate.cc DCHECK_EQ(static_cast<DownloadManagerDelegate*>(this), DownloadManagerDelegate 17 content/shell/browser/shell_download_manager_delegate.h class ShellDownloadManagerDelegate : public DownloadManagerDelegate {