HomeSort by relevance Sort by last modified time
    Searched refs:keyPathKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.cpp 198 IDBKey* keyPathKey = createIDBKeyFromScriptValueAndKeyPath(scriptState->isolate(), value, keyPath);
199 if (keyPathKey && !keyPathKey->isValid()) {
203 if (!hasKeyGenerator && !keyPathKey) {
207 if (hasKeyGenerator && !keyPathKey) {
213 if (keyPathKey)
214 key = keyPathKey;
IDBCursor.cpp 145 IDBKey* keyPathKey = createIDBKeyFromScriptValueAndKeyPath(scriptState->isolate(), value, keyPath);
146 if (!keyPathKey || !keyPathKey->isEqual(m_primaryKey.get())) {

Completed in 35 milliseconds