Home
last modified time | relevance | path

Searched refs:fetchKeyFromKeyPath (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBObjectStoreBackendImpl.cpp104 static PassRefPtr<IDBKey> fetchKeyFromKeyPath(SerializedScriptValue* value, const String& keyPath) in fetchKeyFromKeyPath() function
162 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()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0661355 (WebCore::fetchKeyFromKeyPath):