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

  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.h 17 class ShellDownloadManagerDelegate : public DownloadManagerDelegate {
19 ShellDownloadManagerDelegate();
20 virtual ~ShellDownloadManagerDelegate();
38 friend class base::RefCountedThreadSafe<ShellDownloadManagerDelegate>;
59 base::WeakPtrFactory<ShellDownloadManagerDelegate> weak_ptr_factory_;
61 DISALLOW_COPY_AND_ASSIGN(ShellDownloadManagerDelegate);
shell_download_manager_delegate.cc 33 ShellDownloadManagerDelegate::ShellDownloadManagerDelegate()
38 ShellDownloadManagerDelegate::~ShellDownloadManagerDelegate(){
48 void ShellDownloadManagerDelegate::SetDownloadManager(
53 void ShellDownloadManagerDelegate::Shutdown() {
60 bool ShellDownloadManagerDelegate::DetermineDownloadTarget(
80 base::Bind(&ShellDownloadManagerDelegate::OnDownloadPathGenerated,
88 base::Bind(&ShellDownloadManagerDelegate::GenerateFilename,
98 bool ShellDownloadManagerDelegate::ShouldOpenDownload
    [all...]

Completed in 39 milliseconds