Searched defs:CleanUpInProgressEntries (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
H A Ddownload_database.cc138 bool DownloadDatabase::CleanUpInProgressEntries() { function in class:history::DownloadDatabase
H A Dhistory.cc536 void HistoryService::CleanUpInProgressEntries() { function in class:HistoryService
537 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::CleanUpInProgressEntries);
H A Dhistory_backend.cc1109 void HistoryBackend::CleanUpInProgressEntries() { function in class:history::HistoryBackend
1113 db_->CleanUpInProgressEntries();

Completed in 61 milliseconds