Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/history/
Ddownload_database.h34 void QueryDownloads(
Dhistory_unittest.cc242 db_->QueryDownloads(&downloads); in TEST_F()
250 db_->QueryDownloads(&downloads); in TEST_F()
276 db_->QueryDownloads(&downloads); in TEST_F()
279 db_->QueryDownloads(&downloads); in TEST_F()
811 db_->QueryDownloads(&downloads); in TEST_F()
859 db_->QueryDownloads(&results); in TEST_F()
Dhistory_service.cc715 void HistoryService::QueryDownloads( in QueryDownloads() function in HistoryService
728 base::Bind(&HistoryBackend::QueryDownloads, history_backend_.get(), rows), in QueryDownloads()
Ddownload_database.cc353 void DownloadDatabase::QueryDownloads( in QueryDownloads() function in history::DownloadDatabase
Dhistory_backend.h287 void QueryDownloads(std::vector<DownloadRow>* rows);
Dhistory_service.h398 void QueryDownloads(const DownloadQueryCallback& callback);
Dhistory_backend.cc1151 void HistoryBackend::QueryDownloads(std::vector<DownloadRow>* rows) { in QueryDownloads() function in history::HistoryBackend
1153 db_->QueryDownloads(rows); in QueryDownloads()
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dlast_download_finder.cc164 history_service->QueryDownloads( in SearchInProfile()
176 history_service->QueryDownloads( in OnProfileHistoryLoaded()
/external/chromium_org/chrome/browser/download/
Ddownload_history.cc177 void DownloadHistory::HistoryAdapter::QueryDownloads( in QueryDownloads() function in DownloadHistory::HistoryAdapter
179 history_->QueryDownloads(callback); in QueryDownloads()
221 history_->QueryDownloads(base::Bind( in DownloadHistory()
Ddownload_history.h36 virtual void QueryDownloads(
Ddownload_ui_controller_unittest.cc130 virtual void QueryDownloads( in QueryDownloads() function in __anon6b7b79b40111::DownloadUIControllerTest::HistoryAdapter
Ddownload_history_unittest.cc75 virtual void QueryDownloads( in QueryDownloads() function in __anon0c6bb0450111::FakeHistoryAdapter
Ddownload_browsertest.cc255 hs->QueryDownloads( in WaitForDownloadInfo()