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

  /external/chromium/chrome/browser/download/
download_file_manager.h 140 void CreateDownloadFile(DownloadCreateInfo* info,
download_file_unittest.cc 57 virtual void CreateDownloadFile(scoped_ptr<DownloadFile>* file, int offset) {
130 CreateDownloadFile(&download_file_, 0);
download_file_manager.cc 72 void DownloadFileManager::CreateDownloadFile(DownloadCreateInfo* info,
180 NewRunnableMethod(this, &DownloadFileManager::CreateDownloadFile,
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 118 virtual bool CreateDownloadFile(int offset, bool calculate_hash) {
341 ASSERT_TRUE(CreateDownloadFile(0, true));
436 ASSERT_TRUE(CreateDownloadFile(0, true));
458 ASSERT_TRUE(CreateDownloadFile(0, true));
492 ASSERT_TRUE(CreateDownloadFile(0, true));
510 ASSERT_TRUE(CreateDownloadFile(0, true));
537 ASSERT_TRUE(CreateDownloadFile(0, true));
553 ASSERT_TRUE(CreateDownloadFile(0, true));
586 CreateDownloadFile(0, true);

Completed in 56 milliseconds