Home
last modified time | relevance | path

Searched refs:IDBCursorWithValueType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBAny.cpp78 ASSERT(m_type == IDBCursorWithValueType); in idbCursorWithValue()
145 : m_type(value->isCursorWithValue() ? IDBCursorWithValueType : IDBCursorType) in IDBAny()
DIDBAny.h84 IDBCursorWithValueType, enumerator
DIDBRequest.cpp171 if (m_result->type() == IDBAny::IDBCursorWithValueType) in getResultCursor()
DIDBObjectStore.cpp332 if (cursorAny->type() == IDBAny::IDBCursorWithValueType) in handleEvent()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DIDBBindingUtilities.cpp121 case IDBAny::IDBCursorWithValueType: in toV8()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorIndexedDBAgent.cpp413 if (requestResult->type() != IDBAny::IDBCursorWithValueType) { in handleEvent()