HomeSort by relevance Sort by last modified time
    Searched refs:DownloadManagerDelegate (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/content/public/browser/
download_manager_delegate.cc 11 void DownloadManagerDelegate::GetNextId(const DownloadIdCallback& callback) {
15 bool DownloadManagerDelegate::DetermineDownloadTarget(
21 bool DownloadManagerDelegate::ShouldOpenFileBasedOnExtension(
26 bool DownloadManagerDelegate::ShouldCompleteDownload(
32 bool DownloadManagerDelegate::ShouldOpenDownload(
37 bool DownloadManagerDelegate::GenerateFileHash() {
42 DownloadManagerDelegate::ApplicationClientIdForFileScanning() const {
46 DownloadManagerDelegate::~DownloadManagerDelegate() {}
download_manager.h 51 class DownloadManagerDelegate;
63 virtual void SetDelegate(DownloadManagerDelegate* delegate) = 0;
64 virtual DownloadManagerDelegate* GetDelegate() const = 0;
download_manager_delegate.h 57 class CONTENT_EXPORT DownloadManagerDelegate {
139 virtual ~DownloadManagerDelegate();
browser_context.h 37 class DownloadManagerDelegate;
137 // Returns the DownloadManagerDelegate for this context. This will be called
140 virtual DownloadManagerDelegate* GetDownloadManagerDelegate() = 0;
  /external/chromium_org/android_webview/browser/
aw_download_manager_delegate.h 14 class AwDownloadManagerDelegate : public content::DownloadManagerDelegate {
18 // content::DownloadManagerDelegate implementation.
aw_browser_context.h 104 virtual content::DownloadManagerDelegate*
aw_browser_context.cc 248 content::DownloadManagerDelegate*
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 22 class DownloadManagerDelegate;
40 virtual DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE;
shell_download_manager_delegate.h 17 class ShellDownloadManagerDelegate : public DownloadManagerDelegate {
shell_browser_context.cc 122 DownloadManagerDelegate* ShellBrowserContext::GetDownloadManagerDelegate() {
shell_download_manager_delegate.cc 40 DCHECK_EQ(static_cast<DownloadManagerDelegate*>(this),
  /external/chromium_org/content/browser/download/
download_manager_impl.h 61 virtual void SetDelegate(DownloadManagerDelegate* delegate) OVERRIDE;
62 virtual DownloadManagerDelegate* GetDelegate() const OVERRIDE;
140 // Called with the result of DownloadManagerDelegate::CheckForFileExistence.
188 DownloadManagerDelegate* delegate_;
download_manager_impl.cc 275 // DownloadManagerDelegate::DownloadTargetCallback having the same
313 // DownloadManagerDelegate::DownloadOpenDelayedCallback "just happening"
318 void DownloadManagerImpl::SetDelegate(DownloadManagerDelegate* delegate) {
322 DownloadManagerDelegate* DownloadManagerImpl::GetDelegate() const {
download_manager_impl_unittest.cc 181 class MockDownloadManagerDelegate : public DownloadManagerDelegate {
416 MOCK_METHOD0(GetDownloadManagerDelegate, DownloadManagerDelegate*());
  /external/chromium_org/content/public/test/
test_browser_context.cc 68 DownloadManagerDelegate* TestBrowserContext::GetDownloadManagerDelegate() {
test_browser_context.h 32 virtual DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE;
mock_download_manager.h 77 MOCK_METHOD1(SetDelegate, void(DownloadManagerDelegate* delegate));
78 MOCK_CONST_METHOD0(GetDelegate, DownloadManagerDelegate*());
  /external/chromium_org/chrome/browser/download/
download_service.cc 27 using content::DownloadManagerDelegate;
40 DCHECK(static_cast<DownloadManagerDelegate*>(manager_delegate_.get()) ==
chrome_download_manager_delegate.h 50 : public content::DownloadManagerDelegate,
67 // content::DownloadManagerDelegate
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 22 class DownloadManagerDelegate;
36 virtual content::DownloadManagerDelegate*
fake_profile.cc 32 content::DownloadManagerDelegate*
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 96 virtual content::DownloadManagerDelegate*
off_the_record_profile_impl.cc 81 using content::DownloadManagerDelegate;
283 DownloadManagerDelegate* OffTheRecordProfileImpl::GetDownloadManagerDelegate() {
profile_impl.h 70 virtual content::DownloadManagerDelegate*
  /external/chromium_org/chrome/test/base/
testing_profile.h 209 virtual content::DownloadManagerDelegate*

Completed in 2266 milliseconds

1 2