Searched refs:cur_version (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/history/
H A Darchived_database.cc102 int cur_version = meta_table_.GetVersionNumber(); local
103 if (cur_version == 1) {
108 ++cur_version;
109 meta_table_.SetVersionNumber(cur_version);
111 std::min(cur_version, kCompatibleVersionNumber));
114 if (cur_version == 2) {
116 ++cur_version;
117 meta_table_.SetVersionNumber(cur_version);
124 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
125 "Archived database version " << cur_version << " i
[all...]
H A Dhistory_database.cc262 int cur_version = meta_table_.GetVersionNumber(); local
266 if (cur_version == 15) {
272 ++cur_version;
273 meta_table_.SetVersionNumber(cur_version);
275 std::min(cur_version, kCompatibleVersionNumber));
278 if (cur_version == 16) {
288 ++cur_version;
289 meta_table_.SetVersionNumber(cur_version);
292 if (cur_version == 17) {
295 ++cur_version;
[all...]
H A Dthumbnail_database.cc96 int cur_version = meta_table_.GetVersionNumber(); local
97 if (cur_version == 2) {
103 ++cur_version;
106 if (cur_version == 3) {
112 ++cur_version;
115 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
116 "Thumbnail database version " << cur_version << " is too old to handle.";
H A Dhistory_unittest.cc776 int cur_version = HistoryDatabase::GetCurrentVersion(); local
786 EXPECT_EQ(cur_version, file_version);
H A Dhistory_backend_unittest.cc806 int cur_version = HistoryDatabase::GetCurrentVersion(); local
813 EXPECT_EQ(cur_version, file_version);
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc297 int cur_version = meta_table_.GetVersionNumber(); local
298 if (cur_version == 2) {
308 ++cur_version;
309 meta_table_.SetVersionNumber(cur_version);
311 std::min(cur_version, kCompatibleVersionNumber));
315 if (cur_version == 3) {
344 ++cur_version;
345 meta_table_.SetVersionNumber(cur_version);
353 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
354 "Cookie database version " << cur_version << " i
[all...]
/external/qemu/target-i386/
H A Dhax-interface.h336 uint32_t cur_version; member in struct:hax_module_version
343 uint32_t cur_version; member in struct:hax_qemu_version
H A Dhax-all.c167 if ( (hax_lest_version > version.cur_version) ||
382 qversion.cur_version = hax_cur_version;

Completed in 153 milliseconds