OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idbCursor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.cpp
69
IDBCursor
* IDBAny::
idbCursor
() const
144
IDBAny::IDBAny(PassRefPtr<
IDBCursor
> value)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp
46
#include "modules/indexeddb/
IDBCursor
.h"
418
RefPtr<IDBCursorWithValue>
idbCursor
= requestResult->idbCursorWithValue();
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 373 milliseconds