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

/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc409 // Creates a set of history downloads based on the provided |history_info|
410 // array. |count| is the number of elements in |history_info|. On success,
412 // specified in |history_info|. Returns true on success and false otherwise.
413 bool CreateHistoryDownloads(const HistoryDownloadInfo* history_info, argument
426 downloads_directory().Append(history_info[i].filename),
427 downloads_directory().Append(history_info[i].filename),
432 history_info[i].state, // state
443 if (history_info[i].danger_type !=
446 history_info[i].danger_type);
447 items->at(i)->OnContentCheckCompleted(history_info[
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc1245 void HistoryBackend::CreateDownload(const history::DownloadRow& history_info, argument
1249 *success = db_->CreateDownload(history_info);
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py83 import history_info namespace
2678 an instance of history_info.HistoryInfo
2684 return history_info.HistoryInfo(

Completed in 113 milliseconds