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

/external/chromium/chrome/browser/history/
H A Ddownload_database.h28 void QueryDownloads(std::vector<DownloadCreateInfo>* results);
H A Dhistory_unittest.cc308 db_->QueryDownloads(&downloads);
328 db_->QueryDownloads(&downloads);
334 db_->QueryDownloads(&downloads);
340 db_->QueryDownloads(&downloads);
363 db_->QueryDownloads(&downloads);
369 db_->QueryDownloads(&downloads);
372 db_->QueryDownloads(&downloads);
376 db_->QueryDownloads(&downloads);
379 db_->QueryDownloads(&downloads);
H A Ddownload_database.cc83 void DownloadDatabase::QueryDownloads( function in class:history::DownloadDatabase
H A Dhistory.cc526 HistoryService::Handle HistoryService::QueryDownloads( function in class:HistoryService
529 return Schedule(PRIORITY_NORMAL, &HistoryBackend::QueryDownloads, consumer,
H A Dhistory_backend.h238 void QueryDownloads(scoped_refptr<DownloadQueryRequest> request);
H A Dhistory.h429 // Implemented by the caller of 'QueryDownloads' below, and is called when the
438 Handle QueryDownloads(CancelableRequestConsumerBase* consumer,
H A Dhistory_backend.cc1099 void HistoryBackend::QueryDownloads( function in class:history::HistoryBackend
1104 db_->QueryDownloads(&request->value);
/external/chromium/chrome/browser/download/
H A Ddownload_history.cc36 hs->QueryDownloads(&history_consumer_, callback);
H A Ddownload_browsertest.cc697 hs->QueryDownloads(

Completed in 183 milliseconds