Searched refs:Vacuum (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_database.h113 void Vacuum();
H A Dthumbnail_database.h67 void Vacuum();
H A Dhistory_database.cc174 void HistoryDatabase::Vacuum() { function in class:history::HistoryDatabase
H A Dthumbnail_database.cc231 void ThumbnailDatabase::Vacuum() { function in class:history::ThumbnailDatabase
H A Dhistory_backend.cc2204 // Vacuum to remove all the pages associated with the dropped tables. There
2209 thumbnail_db_->Vacuum();
2238 // Vacuum to reclaim the space from the dropped tables. This must be done
2242 db_->Vacuum();

Completed in 205 milliseconds