Searched defs:CreateDownload (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/history/
H A Ddownload_database.cc148 int64 DownloadDatabase::CreateDownload(const DownloadCreateInfo& info) { function in class:history::DownloadDatabase
H A Dhistory.cc516 HistoryService::Handle HistoryService::CreateDownload( function in class:HistoryService
520 return Schedule(PRIORITY_NORMAL, &HistoryBackend::CreateDownload, consumer,
H A Dhistory_backend.cc1133 void HistoryBackend::CreateDownload( function in class:history::HistoryBackend
1139 db_handle = db_->CreateDownload(create_info);
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc165 void DownloadHistory::HistoryAdapter::CreateDownload( function in class:DownloadHistory::HistoryAdapter
168 history_->CreateDownload(info, callback);
283 history_->CreateDownload(*data->info(), base::Bind(
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.cc506 bool DownloadDatabase::CreateDownload(const DownloadRow& info) { function in class:history::DownloadDatabase
H A Dhistory_service.cc775 void HistoryService::CreateDownload( function in class:HistoryService
784 base::Bind(&HistoryBackend::CreateDownload,
H A Dhistory_backend.cc1245 void HistoryBackend::CreateDownload(const history::DownloadRow& history_info, function in class:history::HistoryBackend
1249 *success = db_->CreateDownload(history_info);

Completed in 182 milliseconds