Home
last modified time | relevance | path

Searched refs:AttachDownloadItem (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_manager_unittest.cc64 void AttachDownloadItem(DownloadCreateInfo* info) { in AttachDownloadItem() function in DownloadManagerTest
65 download_manager_->AttachDownloadItem(info); in AttachDownloadItem()
433 AttachDownloadItem(info); in TEST_F()
497 AttachDownloadItem(info); in TEST_F()
576 AttachDownloadItem(info); in TEST_F()
Ddownload_manager.h289 void AttachDownloadItem(DownloadCreateInfo* info);
Ddownload_manager.cc455 AttachDownloadItem(info); in OnPathExistenceAvailable()
470 void DownloadManager::AttachDownloadItem(DownloadCreateInfo* info) { in AttachDownloadItem() function in DownloadManager
983 AttachDownloadItem(info); in FileSelected()