EncodeIntSafely 1214 content/browser/indexed_db/indexed_db_leveldb_coding.cc EncodeIntSafely(database_id, kMaxDatabaseId, &database_id_string); EncodeIntSafely 1215 content/browser/indexed_db/indexed_db_leveldb_coding.cc EncodeIntSafely(object_store_id, kMaxObjectStoreId, &object_store_id_string); EncodeIntSafely 1216 content/browser/indexed_db/indexed_db_leveldb_coding.cc EncodeIntSafely(index_id, kMaxIndexId, &index_id_string);