Searched refs:ChromeDownloadManagerDelegate (Results 1 – 12 of 12) sorted by relevance
211 ChromeDownloadManagerDelegate::ChromeDownloadManagerDelegate(Profile* profile) in ChromeDownloadManagerDelegate() function in ChromeDownloadManagerDelegate218 ChromeDownloadManagerDelegate::~ChromeDownloadManagerDelegate() { in ~ChromeDownloadManagerDelegate()223 void ChromeDownloadManagerDelegate::SetDownloadManager(DownloadManager* dm) { in SetDownloadManager()227 void ChromeDownloadManagerDelegate::Shutdown() { in Shutdown()234 ChromeDownloadManagerDelegate::GetDownloadIdReceiverCallback() { in GetDownloadIdReceiverCallback()235 return base::Bind(&ChromeDownloadManagerDelegate::SetNextId, in GetDownloadIdReceiverCallback()239 void ChromeDownloadManagerDelegate::SetNextId(uint32 next_id) { in SetNextId()253 void ChromeDownloadManagerDelegate::GetNextId( in GetNextId()268 void ChromeDownloadManagerDelegate::ReturnNextId( in ReturnNextId()276 bool ChromeDownloadManagerDelegate::DetermineDownloadTarget( in DetermineDownloadTarget()[all …]
13 class ChromeDownloadManagerDelegate; variable30 ChromeDownloadManagerDelegate* GetDownloadManagerDelegate();60 scoped_ptr<ChromeDownloadManagerDelegate> delegate);77 scoped_ptr<ChromeDownloadManagerDelegate> manager_delegate_;
49 class ChromeDownloadManagerDelegate54 explicit ChromeDownloadManagerDelegate(Profile* profile);55 virtual ~ChromeDownloadManagerDelegate();142 friend class base::RefCountedThreadSafe<ChromeDownloadManagerDelegate>;185 base::WeakPtrFactory<ChromeDownloadManagerDelegate> weak_ptr_factory_;187 DISALLOW_COPY_AND_ASSIGN(ChromeDownloadManagerDelegate);
22 : public ChromeDownloadManagerDelegate {25 : ChromeDownloadManagerDelegate(profile), in MockDownloadManagerDelegate()77 mock_delegate.PassAs<ChromeDownloadManagerDelegate>()); in DownloadTestFileActivityObserver()
33 ChromeDownloadManagerDelegate* DownloadService::GetDownloadManagerDelegate() { in GetDownloadManagerDelegate()46 manager_delegate_.reset(new ChromeDownloadManagerDelegate(profile_)); in GetDownloadManagerDelegate()138 scoped_ptr<ChromeDownloadManagerDelegate> new_delegate) { in SetDownloadManagerDelegateForTesting()
188 ChromeDownloadManagerDelegate* delegate = in FromDownloadManager()189 static_cast<ChromeDownloadManagerDelegate*>( in FromDownloadManager()
20 class ChromeDownloadManagerDelegate; variable
72 class TestChromeDownloadManagerDelegate : public ChromeDownloadManagerDelegate {75 : ChromeDownloadManagerDelegate(profile) { in TestChromeDownloadManagerDelegate()
446 class DelayingDownloadManagerDelegate : public ChromeDownloadManagerDelegate {449 : ChromeDownloadManagerDelegate(profile) { in DelayingDownloadManagerDelegate()471 delaying_delegate.PassAs<ChromeDownloadManagerDelegate>()); in IN_PROC_BROWSER_TEST_F()
73 ChromeDownloadManagerDelegate::DisableSafeBrowsing(download); in OnSavePackageDownloadCreated()
646 ChromeDownloadManagerDelegate* delegate = in OpenUsingPlatformHandler()
170 class TestDownloadManagerDelegate : public ChromeDownloadManagerDelegate {173 : ChromeDownloadManagerDelegate(profile) { in TestDownloadManagerDelegate()183 return ChromeDownloadManagerDelegate::DetermineDownloadTarget( in DetermineDownloadTarget()705 test_delegate.PassAs<ChromeDownloadManagerDelegate>()); in IN_PROC_BROWSER_TEST_P()