Searched defs:openCursor (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/content/test/data/indexeddb/ |
D | cursor_test.js | 37 function openCursor(objectStore) function
|
D | key_path_test.js | 20 function openCursor() function
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBIndex.cpp | 73 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
|
D | IDBObjectStore.cpp | 549 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/ |
D | WebIDBDatabase.h | 70 …virtual void openCursor(long long transactionId, long long objectStoreId, long long indexId, const… in openCursor() function
|
/external/chromium_org/content/child/indexed_db/ |
D | webidbdatabase_impl.cc | 177 void WebIDBDatabaseImpl::openCursor(long long transaction_id, in openCursor() function in content::WebIDBDatabaseImpl
|