HomeSort by relevance Sort by last modified time
    Searched refs:CreateDownloadItem (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 38 MockDownloadItem* CreateDownloadItem(int32 id);
87 MockDownloadItem* DownloadPathReservationTrackerTest::CreateDownloadItem(
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(2))
    [all...]
download_history.cc 16 // 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/
download_item_impl_unittest.cc 216 DownloadItemImpl* CreateDownloadItem() {
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...]
download_manager_impl.h 76 virtual content::DownloadItem* CreateDownloadItem(
download_manager_impl.cc 620 DownloadItem* DownloadManagerImpl::CreateDownloadItem(
  /external/chromium_org/content/public/browser/
download_manager.h 139 virtual DownloadItem* CreateDownloadItem(
  /external/chromium_org/content/public/test/
mock_download_manager.cc 98 DownloadItem* MockDownloadManager::CreateDownloadItem(
mock_download_manager.h 28 // CreateDownloadItem.
103 virtual DownloadItem* CreateDownloadItem(
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler_browsertest.cc 141 download_manager()->CreateDownloadItem(
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 421 DownloadItem* item = GetOnRecordManager()->CreateDownloadItem(
    [all...]

Completed in 145 milliseconds