Searched refs:CountDownloads (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h49 size_t CountDownloads();
H A Ddownload_database.cc662 size_t DownloadDatabase::CountDownloads() { function in class:history::DownloadDatabase
H A Dhistory_backend.cc1157 size_t downloads_count_before = db_->CountDownloads();
1167 size_t downloads_count_after = db_->CountDownloads();

Completed in 213 milliseconds