HomeSort by relevance Sort by last modified time
    Searched defs:expirer_ (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/history/
history_backend.h 499 ExpireHistoryBackend* expire_backend() { return &expirer_; }
883 ExpireHistoryBackend expirer_; member in class:history::HistoryBackend
    [all...]
expire_history_backend_unittest.cc 62 expirer_(this, &bookmark_model_),
107 ExpireHistoryBackend expirer_; member in class:history::ExpireHistoryTest
144 expirer_.SetDatabases(main_db_.get(), archived_db_.get(), thumb_db_.get());
155 expirer_.SetDatabases(NULL, NULL, NULL);
364 expirer_.DeleteFaviconsIfPossible(favicon_set, &expired_favicons);
385 expirer_.DeleteFaviconsIfPossible(favicon_set, &expired_favicons);
419 expirer_.DeleteURL(last_row.url());
447 expirer_.DeleteURL(last_row.url());
467 expirer_.DeleteURL(url_row.url());
488 expirer_.DeleteURL(url)
    [all...]

Completed in 75 milliseconds