Searched refs:openKeyCursor (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBIndex.h | 64 …IDBRequest* openKeyCursor(ScriptState*, const ScriptValue& range, const String& direction, Excepti…
|
D | IDBObjectStore.h | 71 …IDBRequest* openKeyCursor(ScriptState*, const ScriptValue& range, const String& direction, Excepti…
|
D | IDBIndex.idl | 46 …[CallWith=ScriptState, RaisesException] IDBRequest openKeyCursor([Default=Undefined] optional any …
|
D | IDBObjectStore.idl | 51 …te, RaisesException, RuntimeEnabled=IndexedDBExperimental] IDBRequest openKeyCursor([Default=Undef…
|
D | IDBIndex.cpp | 142 IDBRequest* IDBIndex::openKeyCursor(ScriptState* scriptState, const ScriptValue& range, const Strin… in openKeyCursor() function in blink::IDBIndex
|
D | IDBObjectStore.cpp | 590 IDBRequest* IDBObjectStore::openKeyCursor(ScriptState* scriptState, const ScriptValue& range, const… in openKeyCursor() function in blink::IDBObjectStore
|
/external/chromium_org/content/test/data/indexeddb/ |
D | index_test.js | 58 var request = index.openKeyCursor(IDBKeyRange.only(55));
|
D | cursor_prefetch.js | 390 var cursorReq = index.openKeyCursor();
|