Home
last modified time | relevance | path

Searched defs:openCursor (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/test/data/indexeddb/
Dcursor_test.js37 function openCursor(objectStore) function
Dkey_path_test.js20 function openCursor() function
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndex.cpp73 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, const ScriptValue& range, const String& … in openCursor() function in blink::IDBIndex
104 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, IDBKeyRange* keyRange, WebIDBCursorDirec… in openCursor() function in blink::IDBIndex
DIDBObjectStore.cpp549 IDBRequest* IDBObjectStore::openCursor(ScriptState* scriptState, const ScriptValue& range, const St… in openCursor() function in blink::IDBObjectStore
581 IDBRequest* IDBObjectStore::openCursor(ScriptState* scriptState, IDBKeyRange* range, WebIDBCursorDi… in openCursor() function in blink::IDBObjectStore
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBDatabase.h70 …virtual void openCursor(long long transactionId, long long objectStoreId, long long indexId, const… in openCursor() function
/external/chromium_org/content/child/indexed_db/
Dwebidbdatabase_impl.cc177 void WebIDBDatabaseImpl::openCursor(long long transaction_id, in openCursor() function in content::WebIDBDatabaseImpl