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
75
IDBCursor
* IDBAny::
idbCursor
() const
156
IDBAny::IDBAny(
IDBCursor
* value)
InspectorIndexedDBAgent.cpp
48
#include "modules/indexeddb/
IDBCursor
.h"
421
IDBCursorWithValue*
idbCursor
= requestResult->idbCursorWithValue();
425
idbCursor
->advance(m_skipCount, exceptionState);
439
idbCursor
->continueFunction(0, 0, exceptionState);
451
RefPtr<JSONValue> keyJsonValue =
idbCursor
->key(m_scriptState.get()).toJSONValue(m_scriptState.get());
452
RefPtr<JSONValue> primaryKeyJsonValue =
idbCursor
->primaryKey(m_scriptState.get()).toJSONValue(m_scriptState.get());
453
RefPtr<JSONValue> valueJsonValue =
idbCursor
->value(m_scriptState.get()).toJSONValue(m_scriptState.get());
Completed in 52 milliseconds