Searched defs:max_object_store_id_key (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc463 const std::string max_object_store_id_key = DatabaseMetaDataKey::Encode( local
465 return GetMaxObjectStoreId(db, max_object_store_id_key, max_object_store_id);
471 const std::string& max_object_store_id_key,
476 GetInt(db, max_object_store_id_key, max_object_store_id, &found);
1689 const std::string max_object_store_id_key = DatabaseMetaDataKey::Encode( local
1693 transaction, max_object_store_id_key, &max_object_store_id);
1703 PutInt(transaction, max_object_store_id_key, object_store_id);
469 GetMaxObjectStoreId( DBOrTransaction* db, const std::string& max_object_store_id_key, int64* max_object_store_id) argument

Completed in 162 milliseconds