Searched refs:fetchKeyFromKeyPath (Results 1 – 2 of 2) sorted by relevance
104 static PassRefPtr<IDBKey> fetchKeyFromKeyPath(SerializedScriptValue* value, const String& keyPath) in fetchKeyFromKeyPath() function162 RefPtr<IDBKey> keyPathKey = fetchKeyFromKeyPath(value.get(), objectStore->m_keyPath); in selectKeyForPut()179 RefPtr<IDBKey> keyPathKey = fetchKeyFromKeyPath(value.get(), objectStore->m_keyPath); in selectKeyForPut()216 RefPtr<IDBKey> key = fetchKeyFromKeyPath(value.get(), it->second->keyPath()); in putInternal()342 RefPtr<IDBKey> indexKey = fetchKeyFromKeyPath(objectValue.get(), m_indexKeyPath); in callback()
61355 (WebCore::fetchKeyFromKeyPath):