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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h111 static const size_t kMaxObjectStoreIdSizeBytes = member in class:content::KeyPrefix
118 kMaxObjectStoreIdSizeBytes * 8 - 1; // 63
H A Dindexed_db_leveldb_coding.cc1252 DCHECK(object_store_id_string.size() <= kMaxObjectStoreIdSizeBytes);

Completed in 189 milliseconds