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 37 [CallWith=ExecutionContext, ImplementedAs=deleteFunction, RaisesException] IDBRequest delete();
IDBObjectStore.idl 36 [CallWith=ExecutionContext, ImplementedAs=deleteFunction, RaisesException] IDBRequest delete(any key);
IDBCursor.h 72 PassRefPtr<IDBRequest> deleteFunction(ExecutionContext*, ExceptionState&);
IDBObjectStore.h 72 PassRefPtr<IDBRequest> deleteFunction(ExecutionContext*, const ScriptValue& key, ExceptionState&);
IDBCursor.cpp 248 PassRefPtr<IDBRequest> IDBCursor::deleteFunction(ExecutionContext* context, ExceptionState& exceptionState)
IDBObjectStore.cpp 238 PassRefPtr<IDBRequest> IDBObjectStore::deleteFunction(ExecutionContext* context, const ScriptValue& key, ExceptionState& exceptionState)

Completed in 244 milliseconds