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

/external/webkit/Source/WebCore/storage/
H A DIDBObjectStoreBackendImpl.cpp162 RefPtr<IDBKey> keyPathKey = fetchKeyFromKeyPath(value.get(), objectStore->m_keyPath);
163 if (keyPathKey) {
165 return keyPathKey;
179 RefPtr<IDBKey> keyPathKey = fetchKeyFromKeyPath(value.get(), objectStore->m_keyPath); local
181 if (!keyPathKey) {
186 if (putMode == CursorUpdate && !keyPathKey->isEqual(key)) {
191 return keyPathKey.release();
H A DIDBLevelDBBackingStore.cpp1667 const Vector<char> keyPathKey = ObjectStoreMetaDataKey::encode(databaseId, objectStoreId, 1); local
1680 ok = putString(m_db.get(), keyPathKey, keyPath);
2007 const Vector<char> keyPathKey = IndexMetaDataKey::encode(databaseId, objectStoreId, indexId, 2); local
2021 ok = putString(m_db.get(), keyPathKey, keyPath);

Completed in 309 milliseconds