Searched refs:CreateDownloadItem (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker_unittest.cc38 MockDownloadItem* CreateDownloadItem(int32 id);
87 MockDownloadItem* DownloadPathReservationTrackerTest::CreateDownloadItem( function in class:__anon3586::DownloadPathReservationTrackerTest
161 scoped_ptr<MockDownloadItem> item(CreateDownloadItem(1));
191 scoped_ptr<MockDownloadItem> item(CreateDownloadItem(1));
220 scoped_ptr<MockDownloadItem> item(CreateDownloadItem(1));
253 scoped_ptr<MockDownloadItem> item(CreateDownloadItem(1));
295 scoped_ptr<MockDownloadItem> item1(CreateDownloadItem(1));
323 scoped_ptr<MockDownloadItem> item2(CreateDownloadItem(2));
344 scoped_ptr<MockDownloadItem> item2(CreateDownloadItem(2));
362 scoped_ptr<MockDownloadItem> item3(CreateDownloadItem(
[all...]
H A Ddownload_history.cc16 // DownloadHistory uses DownloadManager::CreateDownloadItem() to inform
17 // DownloadManager of these persisted DownloadItems. CreateDownloadItem()
262 content::DownloadItem* item = notifier_.GetManager()->CreateDownloadItem(
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc216 DownloadItemImpl* CreateDownloadItem() { function in class:content::DownloadItemTest
342 DownloadItemImpl* item = CreateDownloadItem();
351 DownloadItemImpl* user_cancel = CreateDownloadItem();
360 DownloadItemImpl* system_cancel = CreateDownloadItem();
370 DownloadItemImpl* item = CreateDownloadItem();
381 DownloadItemImpl* item = CreateDownloadItem();
389 DownloadItemImpl* item = CreateDownloadItem();
404 DownloadItemImpl* item = CreateDownloadItem();
415 DownloadItemImpl* item = CreateDownloadItem();
443 DownloadItemImpl* item = CreateDownloadItem();
[all...]
H A Ddownload_manager_impl.h76 virtual content::DownloadItem* CreateDownloadItem(
H A Ddownload_manager_impl.cc620 DownloadItem* DownloadManagerImpl::CreateDownloadItem( function in class:content::DownloadManagerImpl
/external/chromium_org/content/public/browser/
H A Ddownload_manager.h139 virtual DownloadItem* CreateDownloadItem(
/external/chromium_org/content/public/test/
H A Dmock_download_manager.cc98 DownloadItem* MockDownloadManager::CreateDownloadItem( function in class:content::MockDownloadManager
H A Dmock_download_manager.h28 // CreateDownloadItem.
103 virtual DownloadItem* CreateDownloadItem(
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler_browsertest.cc141 download_manager()->CreateDownloadItem(
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc421 DownloadItem* item = GetOnRecordManager()->CreateDownloadItem(

Completed in 1206 milliseconds