HomeSort by relevance Sort by last modified time
    Searched defs:openKeyCursor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 143 IDBRequest* IDBIndex::openKeyCursor(ScriptState* scriptState, const ScriptValue& range, const String& directionString, ExceptionState& exceptionState)
145 IDB_TRACE("IDBIndex::openKeyCursor");
IDBObjectStore.cpp 580 IDBRequest* IDBObjectStore::openKeyCursor(ScriptState* scriptState, const ScriptValue& range, const String& directionString, ExceptionState& exceptionState)
582 IDB_TRACE("IDBObjectStore::openKeyCursor");

Completed in 137 milliseconds