Searched refs:ExpireHistoryForTimes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.h96 void ExpireHistoryForTimes(const std::vector<base::Time>& times);
H A Dhistory_backend.h449 void ExpireHistoryForTimes(const std::set<base::Time>& times,
562 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, ExpireHistoryForTimes);
H A Ddelete_directive_handler.cc227 history_backend->ExpireHistoryForTimes(
H A Dexpire_history_backend.cc212 void ExpireHistoryBackend::ExpireHistoryForTimes( function in class:history::ExpireHistoryBackend
H A Dexpire_history_backend_unittest.cc620 expirer_.ExpireHistoryForTimes(times);
H A Dhistory_backend.cc2372 void HistoryBackend::ExpireHistoryForTimes( function in class:history::HistoryBackend
2409 // duplicates (for expirer_.ExpireHistoryForTimes()).
2418 expirer_.ExpireHistoryForTimes(times_to_expire);
H A Dhistory_backend_unittest.cc2791 TEST_F(HistoryBackendTest, ExpireHistoryForTimes) {
2810 backend_->ExpireHistoryForTimes(times,

Completed in 261 milliseconds