Searched refs:kCurrentVersion (Results 1 - 12 of 12) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_format.cc12 version = kCurrentVersion;
18 version = kCurrentVersion;
H A Ddisk_format.h67 const uint32 kCurrentVersion = 0x20000; // Version 2.0. member in namespace:disk_cache
H A Dbackend_impl.cc1999 kCurrentVersion >> 16 != data_->header.version >> 16) {
2003 if (kCurrentVersion == data_->header.version) {
2009 kCurrentVersion != data_->header.version) {
H A Dblock_files.cc411 if (kBlockMagic != header->magic || kCurrentVersion != header->version) {
/external/v8/src/
H A Dpreparse-data-format.h40 static const unsigned kCurrentVersion = 7; member in struct:v8::internal::PreparseDataConstants
H A Dpreparse-data.cc50 PreparseDataConstants::kCurrentVersion;
H A Dparser.cc316 if (version() != PreparseDataConstants::kCurrentVersion) return false;
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.cc35 static const int kCurrentVersion = 1; variable
58 main->SetInteger(kVersionKey, kCurrentVersion);
125 if (!d_value.GetInteger(kVersionKey, &version) || version != kCurrentVersion)
/external/chromium/chrome/browser/extensions/
H A Dsandboxed_extension_unpacker.h90 static const uint32 kCurrentVersion = 2; member in class:SandboxedExtensionUnpacker
H A Dextension_creator.cc206 header.version = SandboxedExtensionUnpacker::kCurrentVersion;
H A Dsandboxed_extension_unpacker.cc306 if (header.version != kCurrentVersion) {
/external/chromium/net/tools/dump_cache/
H A Ddump_cache.cc146 if (version != disk_cache::kCurrentVersion >> 16) {

Completed in 305 milliseconds