Home
last modified time | relevance | path

Searched refs:ExpireHistoryBackend (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/history/
Dexpire_history_backend.cc137 struct ExpireHistoryBackend::DeleteDependencies {
163 ExpireHistoryBackend::ExpireHistoryBackend( in ExpireHistoryBackend() function in history::ExpireHistoryBackend
175 ExpireHistoryBackend::~ExpireHistoryBackend() { in ~ExpireHistoryBackend()
178 void ExpireHistoryBackend::SetDatabases(HistoryDatabase* main_db, in SetDatabases()
188 void ExpireHistoryBackend::DeleteURL(const GURL& url) { in DeleteURL()
224 void ExpireHistoryBackend::ExpireHistoryBetween( in ExpireHistoryBetween()
269 void ExpireHistoryBackend::ArchiveHistoryBefore(Time end_time) { in ArchiveHistoryBefore()
279 void ExpireHistoryBackend::InitWorkQueue() { in InitWorkQueue()
286 const ExpiringVisitsReader* ExpireHistoryBackend::GetAllVisitsReader() { in GetAllVisitsReader()
293 ExpireHistoryBackend::GetAutoSubframeVisitsReader() { in GetAutoSubframeVisitsReader()
[all …]
Dexpire_history_backend.h63 class ExpireHistoryBackend {
69 ExpireHistoryBackend(BroadcastNotificationDelegate* delegate,
71 ~ExpireHistoryBackend();
260 ScopedRunnableMethodFactory<ExpireHistoryBackend> factory_;
287 DISALLOW_COPY_AND_ASSIGN(ExpireHistoryBackend);
Dthumbnail_database.h30 class ExpireHistoryBackend; variable
222 friend class ExpireHistoryBackend;
Dhistory_backend.h324 ExpireHistoryBackend* expire_backend() { return &expirer_; } in expire_backend()
541 ExpireHistoryBackend expirer_;
Dexpire_history_backend_unittest.cc107 ExpireHistoryBackend expirer_;