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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp120 // <database id, object store id, 2, user key> => "version" [ExistsEntryKey]
1158 class ExistsEntryKey { class in namespace:WebCore::__anon14722
1160 static const char* decode(const char* start, const char* end, ExistsEntryKey* result)
1187 int compare(const ExistsEntryKey& other)
1401 return decodeAndCompare<ExistsEntryKey>(a, b);
1821 const Vector<char> existsEntryKey = ExistsEntryKey::encode(databaseId, objectStoreId, key);
2090 const Vector<char> key = ExistsEntryKey::encode(databaseId, objectStoreId, encodedPrimaryKey);

Completed in 76 milliseconds