Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_file_unittest.cc57 virtual void CreateDownloadFile(scoped_ptr<DownloadFile>* file, int offset) { in CreateDownloadFile() function in DownloadFileTest
130 CreateDownloadFile(&download_file_, 0); in TEST_F()
Ddownload_file_manager.h140 void CreateDownloadFile(DownloadCreateInfo* info,
Ddownload_file_manager.cc72 void DownloadFileManager::CreateDownloadFile(DownloadCreateInfo* info, in CreateDownloadFile() function in DownloadFileManager
180 NewRunnableMethod(this, &DownloadFileManager::CreateDownloadFile, in StartDownload()