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

  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.h 94 static void deleteIndexInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBIndexBackendImpl>, PassRefPtr<IDBTransactionBackendInterface>);
IDBObjectStoreBackendImpl.cpp 438 if (!transaction->scheduleTask(createCallbackTask(&IDBObjectStoreBackendImpl::deleteIndexInternal, objectStore, index, transactionPtr),
446 void IDBObjectStoreBackendImpl::deleteIndexInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBIndexBackendImpl> index, PassRefPtr<IDBTransactionBackendInterface> transaction)

Completed in 2601 milliseconds