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

  /external/chromium_org/chrome/browser/history/
download_database.h 34 void QueryDownloads(
history_unittest.cc 242 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);
    [all...]
download_database.cc 72 // field of the DownloadRows returned by QueryDownloads() are one of the values
342 // dropped in QueryDownloads()
353 void DownloadDatabase::QueryDownloads(
history_backend.h 287 void QueryDownloads(std::vector<DownloadRow>* rows);
    [all...]
history_service.h 388 // 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);
    [all...]
history_service.cc 715 void HistoryService::QueryDownloads(
728 base::Bind(&HistoryBackend::QueryDownloads, history_backend_.get(), rows),
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/download/
download_history.h 36 virtual void QueryDownloads(
download_history.cc 15 // the HistoryService calls back from QueryDownloads() to QueryCallback(),
177 void DownloadHistory::HistoryAdapter::QueryDownloads(
179 history_->QueryDownloads(callback);
221 history_->QueryDownloads(base::Bind(
download_ui_controller_unittest.cc 123 // QueryDownloads is called.
130 virtual void QueryDownloads(
download_history_unittest.cc 75 virtual void QueryDownloads(
    [all...]
download_browsertest.cc 255 hs->QueryDownloads(
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder.cc 164 history_service->QueryDownloads(
176 history_service->QueryDownloads(

Completed in 267 milliseconds