Searched refs:history_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc406 // Creates a set of history downloads based on the provided |history_info|
407 // array. |count| is the number of elements in |history_info|. On success,
409 // specified in |history_info|. Returns true on success and false otherwise.
410 bool CreateHistoryDownloads(const HistoryDownloadInfo* history_info, argument
423 downloads_directory().Append(history_info[i].filename),
424 downloads_directory().Append(history_info[i].filename),
430 history_info[i].state, // state
441 if (history_info[i].danger_type !=
444 history_info[i].danger_type);
445 items->at(i)->OnContentCheckCompleted(history_info[
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h289 bool CreateDownload(const history::DownloadRow& history_info);
H A Dhistory_backend.cc1164 bool HistoryBackend::CreateDownload(const history::DownloadRow& history_info) { argument
1167 bool success = db_->CreateDownload(history_info);

Completed in 672 milliseconds