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

  /external/webkit/Source/WebKit/chromium/public/
WebIDBObjectStore.h 67 CursorUpdate
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendInterface.h 58 CursorUpdate
IDBCursorBackendImpl.cpp 85 m_objectStore->put(value, m_cursor->primaryKey(), IDBObjectStoreBackendInterface::CursorUpdate, callbacks, m_transaction.get(), ec);
IDBObjectStoreBackendImpl.cpp 141 if (putMode == CursorUpdate)
147 if (hasKeyPath && key && putMode != CursorUpdate) {
186 if (putMode == CursorUpdate && !keyPathKey->isEqual(key)) {

Completed in 79 milliseconds