Searched refs:QueryDownloads (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h34 void QueryDownloads(
H A Dhistory_unittest.cc242 db_->QueryDownloads(&downloads);
250 db_->QueryDownloads(&downloads);
276 db_->QueryDownloads(&downloads);
279 db_->QueryDownloads(&downloads);
811 db_->QueryDownloads(&downloads);
814 // QueryDownloads should have nuked the corrupt record.
859 db_->QueryDownloads(&results);
H A Ddownload_database.cc72 // field of the DownloadRows returned by QueryDownloads() are one of the values
342 // dropped in QueryDownloads()
353 void DownloadDatabase::QueryDownloads( function in class:history::DownloadDatabase
H A Dhistory_backend.h287 void QueryDownloads(std::vector<DownloadRow>* rows);
H A Dhistory_service.h388 // Implemented by the caller of 'QueryDownloads' below, and is called when the
397 // download. The callback is called on the thread that calls QueryDownloads().
398 void QueryDownloads(const DownloadQueryCallback& callback);
H A Dhistory_service.cc715 void HistoryService::QueryDownloads( function in class:HistoryService
728 base::Bind(&HistoryBackend::QueryDownloads, history_backend_.get(), rows),
H A Dhistory_backend.cc1151 void HistoryBackend::QueryDownloads(std::vector<DownloadRow>* rows) { function in class:history::HistoryBackend
1153 db_->QueryDownloads(rows);
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.h36 virtual void QueryDownloads(
H A Ddownload_history.cc15 // the HistoryService calls back from QueryDownloads() to QueryCallback(),
177 void DownloadHistory::HistoryAdapter::QueryDownloads( function in class:DownloadHistory::HistoryAdapter
179 history_->QueryDownloads(callback);
221 history_->QueryDownloads(base::Bind(
H A Ddownload_ui_controller_unittest.cc123 // QueryDownloads is called.
130 virtual void QueryDownloads(
H A Ddownload_history_unittest.cc75 virtual void QueryDownloads(
H A Ddownload_browsertest.cc255 hs->QueryDownloads(
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.cc164 history_service->QueryDownloads(
176 history_service->QueryDownloads(

Completed in 150 milliseconds