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

/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.h98 void ExpireHistoryForTimes(const std::vector<base::Time>& times);
H A Dhistory_backend.h455 void ExpireHistoryForTimes(const std::set<base::Time>& times,
566 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, ExpireHistoryForTimes);
H A Ddelete_directive_handler.cc218 history_backend->ExpireHistoryForTimes(
H A Dexpire_history_backend.cc264 void ExpireHistoryBackend::ExpireHistoryForTimes( function in class:history::ExpireHistoryBackend
H A Dexpire_history_backend_unittest.cc596 expirer_.ExpireHistoryForTimes(times);
H A Dhistory_backend.cc2656 void HistoryBackend::ExpireHistoryForTimes( function in class:history::HistoryBackend
2693 // duplicates (for expirer_.ExpireHistoryForTimes()).
2702 expirer_.ExpireHistoryForTimes(times_to_expire);
H A Dhistory_backend_unittest.cc2561 TEST_F(HistoryBackendTest, ExpireHistoryForTimes) {
2580 backend_->ExpireHistoryForTimes(times,

Completed in 240 milliseconds