Searched defs:deleteFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursor.cpp226 PassRefPtr<IDBRequest> IDBCursor::deleteFunction(ScriptExecutionContext* context, ExceptionState& es) function in class:WebCore::IDBCursor
H A DIDBObjectStore.cpp236 PassRefPtr<IDBRequest> IDBObjectStore::deleteFunction(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionState& es) function in class:WebCore::IDBObjectStore
265 PassRefPtr<IDBRequest> IDBObjectStore::deleteFunction(ScriptExecutionContext* context, const ScriptValue& key, ExceptionState& es) function in class:WebCore::IDBObjectStore
270 return deleteFunction(context, keyRange.release(), es);

Completed in 93 milliseconds