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

  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.h 49 class ChromeDownloadManagerDelegate
54 explicit ChromeDownloadManagerDelegate(Profile* profile);
55 virtual ~ChromeDownloadManagerDelegate();
142 friend class base::RefCountedThreadSafe<ChromeDownloadManagerDelegate>;
190 base::WeakPtrFactory<ChromeDownloadManagerDelegate> weak_ptr_factory_;
192 DISALLOW_COPY_AND_ASSIGN(ChromeDownloadManagerDelegate);
chrome_download_manager_delegate.cc 189 ChromeDownloadManagerDelegate::ChromeDownloadManagerDelegate(Profile* profile)
196 ChromeDownloadManagerDelegate::~ChromeDownloadManagerDelegate() {
201 void ChromeDownloadManagerDelegate::SetDownloadManager(DownloadManager* dm) {
205 void ChromeDownloadManagerDelegate::Shutdown() {
212 ChromeDownloadManagerDelegate::GetDownloadIdReceiverCallback() {
213 return base::Bind(&ChromeDownloadManagerDelegate::SetNextId,
217 void ChromeDownloadManagerDelegate::SetNextId(uint32 next_id) {
231 void ChromeDownloadManagerDelegate::GetNextId
    [all...]

Completed in 47 milliseconds