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

/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.h115 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ExpireSomeOldHistory);
216 // Calls ExpireSomeOldHistory to expire some amount of old history, according
225 bool ExpireSomeOldHistory(base::Time end_time,
H A Dexpire_history_backend.cc254 ExpireSomeOldHistory(end_time, GetAllVisitsReader(),
474 bool more_to_expire = ExpireSomeOldHistory(
486 bool ExpireHistoryBackend::ExpireSomeOldHistory( function in class:history::ExpireHistoryBackend
H A Dexpire_history_backend_unittest.cc826 // Tests the return values from ExpireSomeOldHistory. The rest of the
829 TEST_F(ExpireHistoryTest, ExpireSomeOldHistory) {
836 EXPECT_FALSE(expirer_.ExpireSomeOldHistory(
841 EXPECT_FALSE(expirer_.ExpireSomeOldHistory(visit_times[0], reader, 2));
845 EXPECT_TRUE(expirer_.ExpireSomeOldHistory(visit_times[2], reader, 1));

Completed in 1597 milliseconds