HomeSort by relevance Sort by last modified time
    Searched refs:continuePrimaryKey (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.idl 47 [CallWith=ScriptState, RaisesException, RuntimeEnabled=IndexedDBExperimental] void continuePrimaryKey(any key, any primaryKey);
IDBCursor.h 69 void continuePrimaryKey(ScriptState*, const ScriptValue& key, const ScriptValue& primaryKey, ExceptionState&);
IDBCursor.cpp 167 void IDBCursor::continuePrimaryKey(ScriptState* scriptState, const ScriptValue& keyValue, const ScriptValue& primaryKeyValue, ExceptionState& exceptionState)
169 IDB_TRACE("IDBCursor::continuePrimaryKey");

Completed in 27 milliseconds