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

  /external/chromium_org/chrome/browser/history/
expire_history_backend.h 115 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ExpireSomeOldHistory);
216 // Calls ExpireSomeOldHistory to expire some amount of old history, according
225 bool ExpireSomeOldHistory(base::Time end_time,
expire_history_backend.cc 254 ExpireSomeOldHistory(end_time, GetAllVisitsReader(),
474 bool more_to_expire = ExpireSomeOldHistory(
486 bool ExpireHistoryBackend::ExpireSomeOldHistory(
expire_history_backend_unittest.cc 829 // Tests the return values from ExpireSomeOldHistory. The rest of the
832 TEST_F(ExpireHistoryTest, ExpireSomeOldHistory) {
839 EXPECT_FALSE(expirer_.ExpireSomeOldHistory(
844 EXPECT_FALSE(expirer_.ExpireSomeOldHistory(visit_times[0], reader, 2));
848 EXPECT_TRUE(expirer_.ExpireSomeOldHistory(visit_times[2], reader, 1));

Completed in 78 milliseconds