Searched defs:CreateDownload (Results 1 - 3 of 3) 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);

Completed in 36 milliseconds