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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1671 const Vector<char> maxIndexIdKey = ObjectStoreMetaDataKey::encode(databaseId, objectStoreId, 5); local
1704 ok = putInt(m_db.get(), maxIndexIdKey, kMinimumIndexId);
1989 const Vector<char> maxIndexIdKey = ObjectStoreMetaDataKey::encode(databaseId, objectStoreId, 5); local
1990 if (!getInt(db, maxIndexIdKey, maxIndexId))
1994 bool ok = putInt(db, maxIndexIdKey, indexId);

Completed in 145 milliseconds