Home | History | Annotate | Download | only in storage

Lines Matching defs:userKey

1135     static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const IDBKey& userKey)
1137 return encode(databaseId, objectStoreId, encodeIDBKey(userKey));
1145 PassRefPtr<IDBKey> userKey() const
1182 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const IDBKey& userKey)
1184 return encode(databaseId, objectStoreId, encodeIDBKey(userKey));
1192 PassRefPtr<IDBKey> userKey() const
1246 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey& userKey, int64_t sequenceNumber)
1248 return encode(databaseId, objectStoreId, indexId, encodeIDBKey(userKey), sequenceNumber);
1286 PassRefPtr<IDBKey> userKey() const
1870 if (dataKey.userKey()->type() == IDBKey::NumberType) {
1871 int64_t n = static_cast<int64_t>(dataKey.userKey()->number());
1911 RefPtr<IDBKey> primaryKey = dataKey.userKey();
2310 m_currentKey = objectStoreDataKey.userKey();
2354 m_currentKey = indexDataKey.userKey();
2420 m_currentKey = indexDataKey.userKey();