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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc1244 std::string object_store_id_string; local
1248 EncodeIntSafely(object_store_id, kMaxObjectStoreId, &object_store_id_string);
1252 DCHECK(object_store_id_string.size() <= kMaxObjectStoreIdSizeBytes);
1258 (object_store_id_string.size() - 1) << kMaxIndexIdSizeBits |
1268 ret.append(object_store_id_string);

Completed in 52 milliseconds