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

/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc182 void DownloadHistory::HistoryAdapter::CreateDownload( function in class:DownloadHistory::HistoryAdapter
185 history_->CreateDownload(info, callback);
316 history_->CreateDownload(*data->info(), base::Bind(
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.cc544 bool DownloadDatabase::CreateDownload(const DownloadRow& info) { function in class:history::DownloadDatabase
H A Dhistory_service.cc689 void HistoryService::CreateDownload( function in class:HistoryService
698 &HistoryBackend::CreateDownload, history_backend_.get(), create_info),
H A Dhistory_backend.cc1164 bool HistoryBackend::CreateDownload(const history::DownloadRow& history_info) { function in class:history::HistoryBackend
1167 bool success = db_->CreateDownload(history_info);

Completed in 106 milliseconds