Home
last modified time | relevance | path

Searched refs:deleteIndex (Results 1 – 22 of 22) sorted by relevance

/external/webkit/LayoutTests/storage/indexeddb/
Dtransaction-basics-expected.txt23 store.deleteIndex('indexFail')
34 store.deleteIndex('indexFail')
55 store.deleteIndex('indexFail')
/external/webkit/Source/WebKit/chromium/src/
DWebIDBObjectStoreImpl.cpp106 void WebIDBObjectStoreImpl::deleteIndex(const WebString& name, const WebIDBTransaction& transaction… in deleteIndex() function in WebKit::WebIDBObjectStoreImpl
108 m_objectStore->deleteIndex(name, transaction.getIDBTransactionBackendInterface(), ec); in deleteIndex()
DIDBObjectStoreBackendProxy.cpp128 void IDBObjectStoreBackendProxy::deleteIndex(const String& name, IDBTransactionBackendInterface* tr… in deleteIndex() function in WebKit::IDBObjectStoreBackendProxy
133 m_webIDBObjectStore->deleteIndex(name, *transactionProxy->getWebIDBTransaction(), ec); in deleteIndex()
DWebIDBObjectStoreImpl.h59 void deleteIndex(const WebString& name, const WebIDBTransaction&, WebExceptionCode&);
DIDBObjectStoreBackendProxy.h56 …void deleteIndex(const String& name, WebCore::IDBTransactionBackendInterface*, WebCore::ExceptionC…
/external/webkit/Source/WebCore/storage/
DIDBObjectStore.cpp146 void IDBObjectStore::deleteIndex(const String& name, ExceptionCode& ec) in deleteIndex() function in WebCore::IDBObjectStore
148 m_objectStore->deleteIndex(name, m_transaction->backend(), ec); in deleteIndex()
DIDBObjectStoreBackendInterface.h67 … virtual void deleteIndex(const String& name, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
DIDBObjectStore.h76 void deleteIndex(const String& name, ExceptionCode&);
DIDBSQLiteBackingStore.h58 virtual void deleteIndex(int64_t databaseId, int64_t objectStoreId, int64_t indexId);
DIDBLevelDBBackingStore.h63 virtual void deleteIndex(int64_t databaseId, int64_t objectStoreId, int64_t indexId);
DIDBObjectStore.idl51 void deleteIndex(in DOMString name)
DIDBObjectStoreBackendImpl.h76 virtual void deleteIndex(const String& name, IDBTransactionBackendInterface*, ExceptionCode&);
DIDBBackingStore.h79 virtual void deleteIndex(int64_t databaseId, int64_t objectStoreId, int64_t indexId) = 0;
DIDBObjectStoreBackendImpl.cpp423 void IDBObjectStoreBackendImpl::deleteIndex(const String& name, IDBTransactionBackendInterface* tra… in deleteIndex() function in WebCore::IDBObjectStoreBackendImpl
448 …objectStore->m_backingStore->deleteIndex(objectStore->m_databaseId, objectStore->id(), index->id()… in deleteIndexInternal()
DIDBSQLiteBackingStore.cpp583 void IDBSQLiteBackingStore::deleteIndex(int64_t, int64_t, int64_t indexId) in deleteIndex() function in WebCore::IDBSQLiteBackingStore
DIDBLevelDBBackingStore.cpp2030 void IDBLevelDBBackingStore::deleteIndex(int64_t, int64_t, int64_t) in deleteIndex() function in WebCore::IDBLevelDBBackingStore
/external/webkit/Source/WebKit/chromium/public/
DWebIDBObjectStore.h84 …virtual void deleteIndex(const WebString& name, const WebIDBTransaction&, WebExceptionCode&) { WEB… in deleteIndex() function
/external/webkit/Source/WebKit/chromium/
DChangeLog2324 (WebKit::IDBObjectStoreBackendProxy::deleteIndex):
2456 (WebCore::IDBObjectStoreProxy::deleteIndex):
2531 (WebCore::IDBObjectStoreProxy::deleteIndex):
2635 (WebKit::IDBObjectStoreBackendProxy::deleteIndex):
DChangeLog-2011-02-163871 (WebKit::WebIDBObjectStore::deleteIndex):
3877 (WebCore::IDBObjectStoreProxy::deleteIndex):
3884 (WebKit::WebIDBObjectStoreImpl::deleteIndex):
/external/webkit/Source/WebCore/
DChangeLog8746 (WebCore::IDBObjectStoreBackendImpl::deleteIndex):
17990 (WebCore::IDBLevelDBBackingStore::deleteIndex):
25081 (WebCore::IDBLevelDBBackingStore::deleteIndex):
25123 (WebCore::IDBSQLiteBackingStore::deleteIndex):
48175 (WebCore::IDBSQLiteBackingStore::deleteIndex):
61551 (WebCore::IDBBackingStore::deleteIndex):
DChangeLog-2011-02-167919 (WebCore::IDBObjectStore::deleteIndex):
28310 (WebCore::IDBObjectStoreBackendImpl::deleteIndex):
DChangeLog-2010-12-065017 (WebCore::IDBObjectStore::deleteIndex):
5023 (WebCore::IDBObjectStoreBackendImpl::deleteIndex):