OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:continuePrimaryKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.idl
36
[CallWith=ExecutionContext, RaisesException, RuntimeEnabled=IndexedDBExperimental] void
continuePrimaryKey
(any key, any primaryKey);
IDBCursor.h
71
void
continuePrimaryKey
(ExecutionContext*, const ScriptValue& key, const ScriptValue& primaryKey, ExceptionState&);
IDBCursor.cpp
185
void IDBCursor::
continuePrimaryKey
(ExecutionContext* context, const ScriptValue& keyValue, const ScriptValue& primaryKeyValue, ExceptionState& exceptionState)
187
IDB_TRACE("IDBCursor::
continuePrimaryKey
");
Completed in 49 milliseconds