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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp113 // <database id, object store id, 1, user key> => "version", serialized script value [ObjectStoreDataKey]
1110 class ObjectStoreDataKey { class in namespace:WebCore::__anon14722
1112 static const char* decode(const char* start, const char* end, ObjectStoreDataKey* result)
1140 int compare(const ObjectStoreDataKey& other)
1391 return decodeAndCompare<ObjectStoreDataKey>(a, b);
1754 const Vector<char> leveldbKey = ObjectStoreDataKey::encode(databaseId, objectStoreId, key);
1812 const Vector<char> objectStoredataKey = ObjectStoreDataKey::encode(databaseId, objectStoreId, key);
1847 const Vector<char> key = ObjectStoreDataKey::encode(databaseId, objectStoreId, levelDBRecordIdentifier->primaryKey());
1853 const Vector<char> startKey = ObjectStoreDataKey::encode(databaseId, objectStoreId, minIDBKey());
1854 const Vector<char> stopKey = ObjectStoreDataKey
[all...]

Completed in 161 milliseconds