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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1034 static Vector<char> encode(int64_t databaseId, const String& objectStoreName) argument
1040 ret.append(encodeStringWithLength(objectStoreName));
1049 String objectStoreName() const { return m_objectStoreName; } function in class:WebCore::__anon14722::ObjectStoreNamesKey
1589 String objectStoreName = decodeString(it->value().begin(), it->value().end()); local
1624 foundNames.append(objectStoreName);
1735 String objectStoreName; local
1736 getString(m_db.get(), ObjectStoreMetaDataKey::encode(databaseId, objectStoreId, 0), objectStoreName);
1742 m_db->remove(ObjectStoreNamesKey::encode(databaseId, objectStoreName));

Completed in 140 milliseconds