max_object_store_id  386 content/browser/indexed_db/indexed_db_backing_store.cc     int64* max_object_store_id) {
max_object_store_id  389 content/browser/indexed_db/indexed_db_backing_store.cc   return GetMaxObjectStoreId(db, max_object_store_id_key, max_object_store_id);
max_object_store_id  396 content/browser/indexed_db/indexed_db_backing_store.cc     int64* max_object_store_id) {
max_object_store_id  397 content/browser/indexed_db/indexed_db_backing_store.cc   *max_object_store_id = -1;
max_object_store_id  400 content/browser/indexed_db/indexed_db_backing_store.cc       GetInt(db, max_object_store_id_key, max_object_store_id, &found);
max_object_store_id  404 content/browser/indexed_db/indexed_db_backing_store.cc     *max_object_store_id = 0;
max_object_store_id  406 content/browser/indexed_db/indexed_db_backing_store.cc   DCHECK_GE(*max_object_store_id, 0);
max_object_store_id  897 content/browser/indexed_db/indexed_db_backing_store.cc       db_.get(), metadata->id, &metadata->max_object_store_id);
max_object_store_id 1207 content/browser/indexed_db/indexed_db_backing_store.cc   int64 max_object_store_id = -1;
max_object_store_id 1209 content/browser/indexed_db/indexed_db_backing_store.cc       transaction, max_object_store_id_key, &max_object_store_id);
max_object_store_id 1215 content/browser/indexed_db/indexed_db_backing_store.cc   if (object_store_id <= max_object_store_id) {
max_object_store_id  127 content/browser/indexed_db/indexed_db_database.cc     DCHECK_LT(metadata_.max_object_store_id, new_max_object_store_id);
max_object_store_id  128 content/browser/indexed_db/indexed_db_database.cc     metadata_.max_object_store_id = new_max_object_store_id;
max_object_store_id  205 content/browser/indexed_db/indexed_db_dispatcher_host.cc   metadata.max_object_store_id = web_metadata.max_object_store_id;
max_object_store_id   31 content/browser/indexed_db/indexed_db_metadata.cc     int64 max_object_store_id)
max_object_store_id   36 content/browser/indexed_db/indexed_db_metadata.cc       max_object_store_id(max_object_store_id) {}
max_object_store_id   71 content/browser/indexed_db/indexed_db_metadata.h                             int64 max_object_store_id);
max_object_store_id   78 content/browser/indexed_db/indexed_db_metadata.h   int64 max_object_store_id;
max_object_store_id   92 content/child/indexed_db/indexed_db_dispatcher.cc   web_metadata.maxObjectStoreId = idb_metadata.max_object_store_id;
max_object_store_id  283 content/common/indexed_db/indexed_db_messages.h   IPC_STRUCT_MEMBER(int64, max_object_store_id)