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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc1735 const std::string max_index_id_key = ObjectStoreMetaDataKey::Encode( local
1751 PutInt(leveldb_transaction, max_index_id_key, kMinimumIndexId);
2727 const std::string max_index_id_key = ObjectStoreMetaDataKey::Encode( local
2731 GetInt(transaction, max_index_id_key, &max_index_id, &found);
2744 PutInt(transaction, max_index_id_key, index_id);

Completed in 590 milliseconds