HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentVersion (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/history/
history_database.h 77 static int GetCurrentVersion();
history_database.cc 114 if (!meta_table_.Init(&db_, GetCurrentVersion(), kCompatibleVersionNumber))
139 int HistoryDatabase::GetCurrentVersion() {
316 LOG_IF(WARNING, cur_version < GetCurrentVersion()) <<
history_unittest.cc 776 int cur_version = HistoryDatabase::GetCurrentVersion();
history_backend_unittest.cc 806 int cur_version = HistoryDatabase::GetCurrentVersion();
    [all...]

Completed in 70 milliseconds