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

  /external/chromium/chrome/browser/history/
expire_history_backend.h 63 class ExpireHistoryBackend {
69 ExpireHistoryBackend(BroadcastNotificationDelegate* delegate,
71 ~ExpireHistoryBackend();
260 ScopedRunnableMethodFactory<ExpireHistoryBackend> factory_;
287 DISALLOW_COPY_AND_ASSIGN(ExpireHistoryBackend);
expire_history_backend.cc 137 struct ExpireHistoryBackend::DeleteDependencies {
163 ExpireHistoryBackend::ExpireHistoryBackend(
175 ExpireHistoryBackend::~ExpireHistoryBackend() {
178 void ExpireHistoryBackend::SetDatabases(HistoryDatabase* main_db,
188 void ExpireHistoryBackend::DeleteURL(const GURL& url) {
224 void ExpireHistoryBackend::ExpireHistoryBetween(
269 void ExpireHistoryBackend::ArchiveHistoryBefore(Time end_time) {
279 void ExpireHistoryBackend::InitWorkQueue()
    [all...]

Completed in 143 milliseconds