Searched refs:ExpireHistoryBackend (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.cc118 // ExpireHistoryBackend::DeleteEffects ----------------------------------------
120 ExpireHistoryBackend::DeleteEffects::DeleteEffects() {
123 ExpireHistoryBackend::DeleteEffects::~DeleteEffects() {
127 // ExpireHistoryBackend -------------------------------------------------------
129 ExpireHistoryBackend::ExpireHistoryBackend( function in class:history::ExpireHistoryBackend
139 ExpireHistoryBackend::~ExpireHistoryBackend() {
142 void ExpireHistoryBackend::SetDatabases(HistoryDatabase* main_db,
148 void ExpireHistoryBackend
[all...]
H A Dexpire_history_backend.h64 class ExpireHistoryBackend { class in namespace:history
70 ExpireHistoryBackend(BroadcastNotificationDelegate* delegate,
72 ~ExpireHistoryBackend();
282 base::WeakPtrFactory<ExpireHistoryBackend> weak_factory_;
284 DISALLOW_COPY_AND_ASSIGN(ExpireHistoryBackend);
H A Dhistory_backend.h438 // Calls ExpireHistoryBackend::ExpireHistoryBetween and commits the change.
493 ExpireHistoryBackend* expire_backend() { return &expirer_; }
788 // logic lives here instead of ExpireHistoryBackend since it will cause
835 ExpireHistoryBackend expirer_;
H A Dexpire_history_backend_unittest.cc102 ExpireHistoryBackend expirer_;
378 ExpireHistoryBackend::DeleteEffects effects;
399 ExpireHistoryBackend::DeleteEffects effects;

Completed in 1151 milliseconds