Home | History | Annotate | Download | only in history

Lines Matching full:expirer_

213       expirer_(this, history_client),
682 expirer_.SetDatabases(db_.get(), thumbnail_db_.get());
693 expirer_.StartExpiringOldStuff(TimeDelta::FromDays(kExpireDaysThreshold));
887 return time < expirer_.GetCurrentExpirationTime();
1044 expirer_.ExpireVisits(visits);
2330 expirer_.DeleteURLs(urls);
2339 expirer_.DeleteURL(url);
2361 expirer_.ExpireHistoryBetween(restrict_urls, begin_time, end_time);
2409 // duplicates (for expirer_.ExpireHistoryForTimes()).
2418 expirer_.ExpireHistoryForTimes(times_to_expire);
2434 expirer_.ExpireHistoryBetween(it->urls, it->begin_time, it->end_time);
2460 expirer_.DeleteURL(*i); // There are no more visits; nuke the URL.
2495 expirer_.SetDatabases(NULL, NULL);