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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1670 const Vector<char> lastVersionKey = ObjectStoreMetaDataKey::encode(databaseId, objectStoreId, 4); local
1698 ok = putInt(m_db.get(), lastVersionKey, 1);
1792 const Vector<char> lastVersionKey = ObjectStoreMetaDataKey::encode(databaseId, objectStoreId, 4); local
1795 if (!getInt(db, lastVersionKey, lastVersion))
1801 bool ok = putInt(db, lastVersionKey, version);

Completed in 75 milliseconds