HomeSort by relevance Sort by last modified time
    Searched refs:history_info (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 410 // Creates a set of history downloads based on the provided |history_info|
411 // array. |count| is the number of elements in |history_info|. On success,
413 // specified in |history_info|. Returns true on success and false otherwise.
414 bool CreateHistoryDownloads(const HistoryDownloadInfo* history_info,
427 downloads_directory().Append(history_info[i].filename),
428 downloads_directory().Append(history_info[i].filename),
433 history_info[i].state, // state
444 if (history_info[i].danger_type !=
447 history_info[i].danger_type);
448 items->at(i)->OnContentCheckCompleted(history_info[i].danger_type)
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.h 288 void CreateDownload(const history::DownloadRow& history_info,
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 83 import history_info namespace
    [all...]

Completed in 117 milliseconds