CreateDownload    168 chrome/browser/download/download_history.cc   history_->CreateDownload(info, callback);
CreateDownload    283 chrome/browser/download/download_history.cc   history_->CreateDownload(*data->info(), base::Bind(
CreateDownload     39 chrome/browser/download/download_history.h     virtual void CreateDownload(
CreateDownload     44 chrome/browser/history/download_database.h   bool CreateDownload(const DownloadRow& info);
CreateDownload   1192 chrome/browser/history/history_backend.cc   bool success = db_->CreateDownload(history_info);
CreateDownload    279 chrome/browser/history/history_backend.h   bool CreateDownload(const history::DownloadRow& history_info);
CreateDownload    743 chrome/browser/history/history_service.cc       base::Bind(&HistoryBackend::CreateDownload, history_backend_.get(),
CreateDownload    418 chrome/browser/history/history_service.h   void CreateDownload(
CreateDownload    188 chrome/browser/history/history_unittest.cc     return db_->CreateDownload(download);
CreateDownload    691 chrome/browser/history/history_unittest.cc   EXPECT_FALSE(db_->CreateDownload(download));
CreateDownload    694 chrome/browser/history/history_unittest.cc   EXPECT_TRUE(db_->CreateDownload(download));