Searched refs:kMaxObjectStoreIdSizeBits (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h106 static const size_t kMaxObjectStoreIdSizeBits = 3; member in class:content::KeyPrefix
112 1ULL << kMaxObjectStoreIdSizeBits; // 8
H A Dindexed_db_leveldb_coding.cc1256 (database_id_string.size() - 1) << (kMaxObjectStoreIdSizeBits +
1260 COMPILE_ASSERT(kMaxDatabaseIdSizeBits + kMaxObjectStoreIdSizeBits +

Completed in 69 milliseconds