Searched defs:ChromeDownloadManagerDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.h49 class ChromeDownloadManagerDelegate class in inherits:content::DownloadManagerDelegate,content::NotificationObserver,DownloadTargetDeterminerDelegate
54 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);
H A Dchrome_download_manager_delegate.cc211 ChromeDownloadManagerDelegate::ChromeDownloadManagerDelegate(Profile* profile) function in class:ChromeDownloadManagerDelegate
218 ChromeDownloadManagerDelegate::~ChromeDownloadManagerDelegate() {
223 void ChromeDownloadManagerDelegate::SetDownloadManager(DownloadManager* dm) {
227 void ChromeDownloadManagerDelegate::Shutdown() {
234 ChromeDownloadManagerDelegate::GetDownloadIdReceiverCallback() {
235 return base::Bind(&ChromeDownloadManagerDelegate::SetNextId,
239 void ChromeDownloadManagerDelegate::SetNextId(uint32 next_id) {
253 void ChromeDownloadManagerDelegate
[all...]

Completed in 80 milliseconds