/external/chromium/chrome/browser/history/ |
expire_history_backend_unittest.cc | 57 ALLOW_THIS_IN_INITIALIZER_LIST(expirer_(this, &bookmark_model_)), 107 ExpireHistoryBackend expirer_; member in class:history::ExpireHistoryTest 150 expirer_.SetDatabases(main_db_.get(), archived_db_.get(), thumb_db_.get(), 162 expirer_.SetDatabases(NULL, NULL, NULL, NULL); 423 expirer_.DeleteFaviconsIfPossible(favicon_set); 440 expirer_.DeleteFaviconsIfPossible(favicon_set); 489 expirer_.SetDatabases(main_db_.get(), archived_db_.get(), thumb_db_.get(), 493 expirer_.DeleteURL(last_row.url()); 502 expirer_.SetDatabases(main_db_.get(), archived_db_.get(), thumb_db_.get(), 538 expirer_.DeleteURL(last_row.url()) [all...] |
history_backend.h | 324 ExpireHistoryBackend* expire_backend() { return &expirer_; } 541 ExpireHistoryBackend expirer_; member in class:history::HistoryBackend
|
history_backend.cc | 206 ALLOW_THIS_IN_INITIALIZER_LIST(expirer_(this, bookmark_service)), 624 expirer_.SetDatabases(db_.get(), archived_db_.get(), 640 expirer_.StartArchivingOldStuff(TimeDelta::FromDays(kArchiveDaysThreshold)); 744 if (i->last_visit() < expirer_.GetCurrentArchiveTime()) { [all...] |
history_backend_unittest.cc | 392 backend_->expirer_.DeleteURL(row2.url()); [all...] |