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

  /external/chromium/chrome/browser/history/
download_database.h 28 void QueryDownloads(std::vector<DownloadCreateInfo>* results);
history_unittest.cc 308 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);
download_database.cc 83 void DownloadDatabase::QueryDownloads(
history.cc 526 HistoryService::Handle HistoryService::QueryDownloads(
529 return Schedule(PRIORITY_NORMAL, &HistoryBackend::QueryDownloads, consumer,
history_backend.h 238 void QueryDownloads(scoped_refptr<DownloadQueryRequest> request);
history.h 429 // Implemented by the caller of 'QueryDownloads' below, and is called when the
438 Handle QueryDownloads(CancelableRequestConsumerBase* consumer,
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/history/
download_database.h 34 void QueryDownloads(
history_unittest.cc 227 db_->QueryDownloads(&downloads);
235 db_->QueryDownloads(&downloads);
259 db_->QueryDownloads(&downloads);
262 db_->QueryDownloads(&downloads);
708 db_->QueryDownloads(&downloads);
711 // QueryDownloads should have nuked the corrupt record.
756 db_->QueryDownloads(&results);
    [all...]
download_database.cc 101 // field of the DownloadRows returned by QueryDownloads() are one of the values
312 // dropped in QueryDownloads()
323 void DownloadDatabase::QueryDownloads(
history_backend.h 312 void QueryDownloads(std::vector<DownloadRow>* rows);
    [all...]
history_service.h 458 // Implemented by the caller of 'QueryDownloads' below, and is called when the
467 // download. The callback is called on the thread that calls QueryDownloads().
468 void QueryDownloads(const DownloadQueryCallback& callback);
    [all...]
history_service.cc 807 void HistoryService::QueryDownloads(
821 base::Bind(&HistoryBackend::QueryDownloads, history_backend_.get(), rows),
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/download/
download_history.cc 36 hs->QueryDownloads(&history_consumer_, callback);
download_browsertest.cc 697 hs->QueryDownloads(
    [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(),
160 void DownloadHistory::HistoryAdapter::QueryDownloads(
162 history_->QueryDownloads(callback);
204 history_->QueryDownloads(base::Bind(
download_history_unittest.cc 73 virtual void QueryDownloads(
download_browsertest.cc 267 hs->QueryDownloads(
    [all...]

Completed in 200 milliseconds