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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1650 int64_t maxObjectStoreId; local
1652 if (!getInt(db, maxObjectStoreIdKey, maxObjectStoreId))
1653 maxObjectStoreId = 0;
1655 int64_t objectStoreId = maxObjectStoreId + 1;

Completed in 58 milliseconds