HomeSort by relevance Sort by last modified time
    Searched refs:ArchiveSomeOldHistory (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/history/
expire_history_backend.h 107 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ArchiveSomeOldHistory);
210 // Calls ArchiveSomeOldHistory to expire some amount of old history, according
219 bool ArchiveSomeOldHistory(base::Time end_time,
expire_history_backend_unittest.cc 836 // Tests the return values from ArchiveSomeOldHistory. The rest of the
839 TEST_F(ExpireHistoryTest, ArchiveSomeOldHistory) {
846 EXPECT_FALSE(expirer_.ArchiveSomeOldHistory(
851 EXPECT_FALSE(expirer_.ArchiveSomeOldHistory(visit_times[0], reader, 2));
855 EXPECT_TRUE(expirer_.ArchiveSomeOldHistory(visit_times[2], reader, 1));
    [all...]
expire_history_backend.cc 274 ArchiveSomeOldHistory(end_time, GetAllVisitsReader(),
593 bool more_to_expire = ArchiveSomeOldHistory(GetCurrentArchiveTime(), reader,
605 bool ExpireHistoryBackend::ArchiveSomeOldHistory(

Completed in 63 milliseconds