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

  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.h 16 class ShellDownloadManagerDelegate
18 public base::RefCountedThreadSafe<ShellDownloadManagerDelegate> {
20 ShellDownloadManagerDelegate();
39 virtual ~ShellDownloadManagerDelegate();
42 friend class base::RefCountedThreadSafe<ShellDownloadManagerDelegate>;
60 DISALLOW_COPY_AND_ASSIGN(ShellDownloadManagerDelegate);
shell_download_manager_delegate.cc 33 ShellDownloadManagerDelegate::ShellDownloadManagerDelegate()
40 ShellDownloadManagerDelegate::~ShellDownloadManagerDelegate(){
44 void ShellDownloadManagerDelegate::SetDownloadManager(
49 void ShellDownloadManagerDelegate::Shutdown() {
53 bool ShellDownloadManagerDelegate::DetermineDownloadTarget(
84 &ShellDownloadManagerDelegate::GenerateFilename,
90 bool ShellDownloadManagerDelegate::ShouldOpenDownload(
102 void ShellDownloadManagerDelegate::GetNextId
    [all...]
shell_browser_context.h 24 class ShellDownloadManagerDelegate;
81 scoped_refptr<ShellDownloadManagerDelegate> download_manager_delegate_;
shell_browser_context.cc 125 download_manager_delegate_ = new ShellDownloadManagerDelegate();
  /external/chromium_org/content/browser/download/
drag_download_file_browsertest.cc 66 ShellDownloadManagerDelegate* delegate =
67 static_cast<ShellDownloadManagerDelegate*>(
download_browsertest.cc 349 class TestShellDownloadManagerDelegate : public ShellDownloadManagerDelegate {
    [all...]

Completed in 76 milliseconds