Searched defs:idbCursor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBAny.cpp69 IDBCursor* IDBAny::idbCursor() const function in class:WebCore::IDBAny
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorIndexedDBAgent.cpp418 RefPtr<IDBCursorWithValue> idbCursor = requestResult->idbCursorWithValue(); variable
422 idbCursor->advance(m_skipCount, exceptionState);
436 idbCursor->continueFunction(0, 0, exceptionState);
443 .setKey(m_injectedScript.wrapObject(idbCursor->key(context), String()))
444 .setPrimaryKey(m_injectedScript.wrapObject(idbCursor->primaryKey(context), String()))
445 .setValue(m_injectedScript.wrapObject(idbCursor->value(context), String()));

Completed in 491 milliseconds