Home
last modified time | relevance | path

Searched refs:openKeyCursor (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndex.h64 …IDBRequest* openKeyCursor(ScriptState*, const ScriptValue& range, const String& direction, Excepti…
DIDBObjectStore.h71 …IDBRequest* openKeyCursor(ScriptState*, const ScriptValue& range, const String& direction, Excepti…
DIDBIndex.idl46 …[CallWith=ScriptState, RaisesException] IDBRequest openKeyCursor([Default=Undefined] optional any …
DIDBObjectStore.idl51 …te, RaisesException, RuntimeEnabled=IndexedDBExperimental] IDBRequest openKeyCursor([Default=Undef…
DIDBIndex.cpp142 IDBRequest* IDBIndex::openKeyCursor(ScriptState* scriptState, const ScriptValue& range, const Strin… in openKeyCursor() function in blink::IDBIndex
DIDBObjectStore.cpp590 IDBRequest* IDBObjectStore::openKeyCursor(ScriptState* scriptState, const ScriptValue& range, const… in openKeyCursor() function in blink::IDBObjectStore
/external/chromium_org/content/test/data/indexeddb/
Dindex_test.js58 var request = index.openKeyCursor(IDBKeyRange.only(55));
Dcursor_prefetch.js390 var cursorReq = index.openKeyCursor();