Searched defs:ShellDownloadManagerDelegate (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.cc33 ShellDownloadManagerDelegate::ShellDownloadManagerDelegate() function in class:content::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
[all...]
H A Dshell_download_manager_delegate.h17 class ShellDownloadManagerDelegate : public DownloadManagerDelegate { class in namespace:content
19 ShellDownloadManagerDelegate();
20 virtual ~ShellDownloadManagerDelegate();
38 friend class base::RefCountedThreadSafe<ShellDownloadManagerDelegate>;
59 base::WeakPtrFactory<ShellDownloadManagerDelegate> weak_ptr_factory_;
61 DISALLOW_COPY_AND_ASSIGN(ShellDownloadManagerDelegate);

Completed in 201 milliseconds