Searched refs:expirer_ (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/history/ |
D | expire_history_backend_unittest.cc | 57 ALLOW_THIS_IN_INITIALIZER_LIST(expirer_(this, &bookmark_model_)), in ExpireHistoryTest() 107 ExpireHistoryBackend expirer_; member in history::ExpireHistoryTest 150 expirer_.SetDatabases(main_db_.get(), archived_db_.get(), thumb_db_.get(), in SetUp() 162 expirer_.SetDatabases(NULL, NULL, NULL, NULL); in TearDown() 423 expirer_.DeleteFaviconsIfPossible(favicon_set); in TEST_F() 440 expirer_.DeleteFaviconsIfPossible(favicon_set); in TEST_F() 489 expirer_.SetDatabases(main_db_.get(), archived_db_.get(), thumb_db_.get(), in TEST_F() 493 expirer_.DeleteURL(last_row.url()); in TEST_F() 502 expirer_.SetDatabases(main_db_.get(), archived_db_.get(), thumb_db_.get(), in TEST_F() 538 expirer_.DeleteURL(last_row.url()); in TEST_F() [all …]
|
D | history_backend.h | 324 ExpireHistoryBackend* expire_backend() { return &expirer_; } in expire_backend() 541 ExpireHistoryBackend expirer_; variable
|
D | history_backend.cc | 206 ALLOW_THIS_IN_INITIALIZER_LIST(expirer_(this, bookmark_service)), in HistoryBackend() 624 expirer_.SetDatabases(db_.get(), archived_db_.get(), in InitImpl() 640 expirer_.StartArchivingOldStuff(TimeDelta::FromDays(kArchiveDaysThreshold)); in InitImpl() 744 if (i->last_visit() < expirer_.GetCurrentArchiveTime()) { in AddPagesWithDetails() 1974 expirer_.DeleteURL(*url); in DeleteURLs() 1984 expirer_.DeleteURL(url); in DeleteURL() 2007 expirer_.ExpireHistoryBetween(restrict_urls, begin_time, end_time); in ExpireHistoryBetween() 2037 expirer_.DeleteURL(*i); // There are no more visits; nuke the URL. in URLsNoLongerBookmarked()
|
D | history_backend_unittest.cc | 392 backend_->expirer_.DeleteURL(row2.url()); in TEST_F()
|