Searched refs:ArchiveSomeOldHistory (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/history/ |
D | expire_history_backend.h | 107 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ArchiveSomeOldHistory); 219 bool ArchiveSomeOldHistory(base::Time end_time,
|
D | expire_history_backend_unittest.cc | 839 TEST_F(ExpireHistoryTest, ArchiveSomeOldHistory) { in TEST_F() argument 846 EXPECT_FALSE(expirer_.ArchiveSomeOldHistory( in TEST_F() 851 EXPECT_FALSE(expirer_.ArchiveSomeOldHistory(visit_times[0], reader, 2)); in TEST_F() 855 EXPECT_TRUE(expirer_.ArchiveSomeOldHistory(visit_times[2], reader, 1)); in TEST_F() 896 ASSERT_FALSE(expirer_.ArchiveSomeOldHistory(Time::Now(), reader, 10)); in TEST_F()
|
D | expire_history_backend.cc | 274 ArchiveSomeOldHistory(end_time, GetAllVisitsReader(), in ArchiveHistoryBefore() 593 bool more_to_expire = ArchiveSomeOldHistory(GetCurrentArchiveTime(), reader, in DoArchiveIteration() 605 bool ExpireHistoryBackend::ArchiveSomeOldHistory( in ArchiveSomeOldHistory() function in history::ExpireHistoryBackend
|