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

  /external/chromium_org/chrome/browser/history/
archived_database.h 48 static int GetCurrentVersion();
archived_database.cc 94 int ArchivedDatabase::GetCurrentVersion() {
history_database.h 95 static int GetCurrentVersion();
history_database.cc 85 if (!meta_table_.Init(&db_, GetCurrentVersion(), kCompatibleVersionNumber))
191 int HistoryDatabase::GetCurrentVersion() {
437 LOG_IF(WARNING, cur_version < GetCurrentVersion()) <<
history_unittest.cc 304 int cur_version = HistoryDatabase::GetCurrentVersion();
385 int cur_version = HistoryDatabase::GetCurrentVersion();
475 int cur_version = HistoryDatabase::GetCurrentVersion();
537 int cur_version = HistoryDatabase::GetCurrentVersion();
602 int cur_version = HistoryDatabase::GetCurrentVersion();
    [all...]
history_backend_unittest.cc     [all...]
  /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...]
  /external/chromium_org/chrome/installer/util/
installer_state.h 157 base::Version* GetCurrentVersion(
installer_state.cc 504 Version* InstallerState::GetCurrentVersion(
634 scoped_ptr<Version> current_version(GetCurrentVersion(machine_state));
installer_state_unittest.cc 365 Version found_version(*installer_state.GetCurrentVersion(machine_state));
447 // Test GetCurrentVersion when migrating single Chrome to multi
466 scoped_ptr<Version> version(installer_state.GetCurrentVersion(machine_state));
  /external/chromium_org/chrome/installer/setup/
install.cc 193 current_version->reset(installer_state.GetCurrentVersion(original_state));

Completed in 89 milliseconds