HomeSort by relevance Sort by last modified time
    Searched defs:expirer_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
history_backend.h 324 ExpireHistoryBackend* expire_backend() { return &expirer_; }
541 ExpireHistoryBackend expirer_; member in class:history::HistoryBackend
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...]

Completed in 240 milliseconds