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

/external/webkit/Source/WebCore/storage/
H A DIDBObjectStoreBackendImpl.cpp168 RefPtr<IDBKey> autoIncKey = objectStore->genAutoIncrementKey(); local
169 RefPtr<SerializedScriptValue> valueAfterInjection = injectKeyIntoKeyPath(autoIncKey, value, objectStore->m_keyPath);
175 return autoIncKey.release();

Completed in 43 milliseconds