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

  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.h 91 static void deleteInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>);
IDBObjectStoreBackendImpl.cpp 283 if (!transaction->scheduleTask(createCallbackTask(&IDBObjectStoreBackendImpl::deleteInternal, objectStore, key, callbacks)))
287 void IDBObjectStoreBackendImpl::deleteInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks)

Completed in 557 milliseconds