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

  /external/chromium_org/chrome/browser/history/
history_database.cc 298 int cur_version = meta_table_.GetVersionNumber(); local
302 if (cur_version == 15) {
307 ++cur_version;
308 meta_table_.SetVersionNumber(cur_version);
310 std::min(cur_version, kCompatibleVersionNumber));
313 if (cur_version == 16) {
323 ++cur_version;
324 meta_table_.SetVersionNumber(cur_version);
327 if (cur_version == 17) {
330 ++cur_version;
    [all...]
history_unittest.cc 321 int cur_version = HistoryDatabase::GetCurrentVersion(); local
322 ASSERT_LT(22, cur_version);
326 EXPECT_EQ(cur_version, s.ColumnInt(0));
402 int cur_version = HistoryDatabase::GetCurrentVersion(); local
403 ASSERT_LT(23, cur_version);
407 EXPECT_EQ(cur_version, s.ColumnInt(0));
492 int cur_version = HistoryDatabase::GetCurrentVersion(); local
493 ASSERT_LE(26, cur_version);
498 EXPECT_EQ(cur_version, s.ColumnInt(0));
554 int cur_version = HistoryDatabase::GetCurrentVersion() local
619 int cur_version = HistoryDatabase::GetCurrentVersion(); local
703 int cur_version = HistoryDatabase::GetCurrentVersion(); local
    [all...]
thumbnail_database.cc 1211 int cur_version = meta_table_.GetVersionNumber(); local
    [all...]
history_backend_unittest.cc 1492 int cur_version = HistoryDatabase::GetCurrentVersion(); local
2880 int cur_version = HistoryDatabase::GetCurrentVersion(); local
    [all...]
  /external/chromium_org/net/base/
net_util_win.cc 67 DWORD OpenHandle(DWORD client_version, DWORD* cur_version, T* handle) const {
69 DWORD result = open_handle_func(client_version, NULL, cur_version,
252 DWORD cur_version = 0; local
254 DWORD result = wlanapi.OpenHandle(kMaxClientVersion, &cur_version, &client);
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 284 int cur_version = meta_table_.GetVersionNumber(); local
285 if (cur_version == 1) {
302 ++cur_version;
303 meta_table_.SetVersionNumber(cur_version);
305 std::min(cur_version, kCompatibleVersionNumber));
309 if (cur_version <= 3) {
314 if (cur_version == 2) {
353 if (cur_version == 2) {
381 cur_version = 4;
382 meta_table_.SetVersionNumber(cur_version);
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 771 int cur_version = meta_table_.GetVersionNumber(); local
772 if (cur_version == 2) {
782 ++cur_version;
783 meta_table_.SetVersionNumber(cur_version);
785 std::min(cur_version, kCompatibleVersionNumber));
789 if (cur_version == 3) {
818 ++cur_version;
819 meta_table_.SetVersionNumber(cur_version);
823 if (cur_version == 4) {
835 ++cur_version;
    [all...]
  /external/f2fs-tools/fsck/
mount.c 266 unsigned long long cur_version = 0, pre_version = 0; local
302 cur_version = le64_to_cpu(cp_block->checkpoint_ver);
304 if (cur_version == pre_version) {
305 *version = cur_version;
  /external/qemu/target-i386/
hax-interface.h 336 uint32_t cur_version; member in struct:hax_module_version
343 uint32_t cur_version; member in struct:hax_qemu_version

Completed in 933 milliseconds