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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp105 // <database id, 0, 0, 200, utf16 object store name> => object store id [ObjectStoreNamesKey]
1013 class ObjectStoreNamesKey { class in namespace:WebCore::__anon14722
1018 static const char* decode(const char* start, const char* limit, ObjectStoreNamesKey* result)
1044 int compare(const ObjectStoreNamesKey& other)
1375 return decodeAndCompare<ObjectStoreNamesKey>(a, b);
1672 const Vector<char> namesKey = ObjectStoreNamesKey::encode(databaseId, name);
1742 m_db->remove(ObjectStoreNamesKey::encode(databaseId, objectStoreName));

Completed in 44 milliseconds