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

  /external/chromium_org/content/public/test/
mock_download_manager.cc 98 DownloadItem* MockDownloadManager::CreateDownloadItem(
  /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...]
  /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.cc 620 DownloadItem* DownloadManagerImpl::CreateDownloadItem(

Completed in 287 milliseconds