Home | History | Annotate | Download | only in indexed_db

Lines Matching defs:auto_increment

974             ObjectStoreMetaDataKey::AUTO_INCREMENT)) {
978 bool auto_increment;
981 if (!DecodeBool(&slice, &auto_increment) || !slice.empty())
1066 auto_increment,
1103 bool auto_increment) {
1117 database_id, object_store_id, ObjectStoreMetaDataKey::AUTO_INCREMENT);
1135 PutInt(leveldb_transaction, auto_increment_key, auto_increment);