HomeSort by relevance Sort by last modified time
    Searched defs:CreateDownload (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/history/
download_database.cc 148 int64 DownloadDatabase::CreateDownload(const DownloadCreateInfo& info) {
history.cc 516 HistoryService::Handle HistoryService::CreateDownload(
520 return Schedule(PRIORITY_NORMAL, &HistoryBackend::CreateDownload, consumer,
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/download/
download_history.cc 165 void DownloadHistory::HistoryAdapter::CreateDownload(
168 history_->CreateDownload(info, callback);
283 history_->CreateDownload(*data->info(), base::Bind(
  /external/chromium_org/chrome/browser/history/
download_database.cc 506 bool DownloadDatabase::CreateDownload(const DownloadRow& info) {
history_service.cc 775 void HistoryService::CreateDownload(
784 base::Bind(&HistoryBackend::CreateDownload,
    [all...]
history_backend.cc     [all...]

Completed in 214 milliseconds