Home
last modified time | relevance | path

Searched refs:IndexKeyCursor (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBCursorBackendImpl.cpp74 ASSERT(m_cursorType != IndexKeyCursor); in value()
80 if (!m_cursor || m_cursorType == IndexKeyCursor) { in update()
115 if (!m_cursor || m_cursorType == IndexKeyCursor) { in deleteFunction()
DIDBCursorBackendInterface.h51 IndexKeyCursor, enumerator
DIDBIndexBackendImpl.cpp78 case IDBCursorBackendInterface::IndexKeyCursor: in openCursorInternal()
119 …rsorInternal, index, keyRange, direction, IDBCursorBackendInterface::IndexKeyCursor, callbacks, tr… in openKeyCursor()
DIDBIndex.cpp85 request->setCursorType(IDBCursorBackendInterface::IndexKeyCursor); in openKeyCursor()
DIDBRequest.cpp190 if (m_cursorType == IDBCursorBackendInterface::IndexKeyCursor) in onSuccess()