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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.idl 39 [CallWith=ScriptState, ImplementedAs=deleteFunction, RaisesException] IDBRequest delete();
IDBObjectStore.idl 39 [CallWith=ScriptState, ImplementedAs=deleteFunction, RaisesException] IDBRequest delete(any key);
IDBCursor.h 79 IDBRequest* deleteFunction(ScriptState*, ExceptionState&);
IDBObjectStore.h 74 IDBRequest* deleteFunction(ScriptState*, const ScriptValue& key, ExceptionState&);
IDBCursor.cpp 258 IDBRequest* IDBCursor::deleteFunction(ScriptState* scriptState, ExceptionState& exceptionState)
IDBObjectStore.cpp 244 IDBRequest* IDBObjectStore::deleteFunction(ScriptState* scriptState, const ScriptValue& key, ExceptionState& exceptionState)

Completed in 60 milliseconds