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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1651 const Vector<char> maxObjectStoreIdKey = DatabaseMetaDataKey::encode(databaseId, DatabaseMetaDataKey::kMaxObjectStoreId); local
1652 if (!getInt(db, maxObjectStoreIdKey, maxObjectStoreId))
1656 bool ok = putInt(db, maxObjectStoreIdKey, objectStoreId);

Completed in 70 milliseconds