Home
last modified time | relevance | path

Searched defs:deleteIndex (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebIDBObjectStoreImpl.cpp106 void WebIDBObjectStoreImpl::deleteIndex(const WebString& name, const WebIDBTransaction& transaction… in deleteIndex() function in WebKit::WebIDBObjectStoreImpl
DIDBObjectStoreBackendProxy.cpp128 void IDBObjectStoreBackendProxy::deleteIndex(const String& name, IDBTransactionBackendInterface* tr… in deleteIndex() function in WebKit::IDBObjectStoreBackendProxy
/external/webkit/Source/WebKit/chromium/public/
DWebIDBObjectStore.h84 …virtual void deleteIndex(const WebString& name, const WebIDBTransaction&, WebExceptionCode&) { WEB… in deleteIndex() function
/external/webkit/Source/WebCore/storage/
DIDBObjectStore.cpp146 void IDBObjectStore::deleteIndex(const String& name, ExceptionCode& ec) in deleteIndex() function in WebCore::IDBObjectStore
DIDBObjectStoreBackendImpl.cpp423 void IDBObjectStoreBackendImpl::deleteIndex(const String& name, IDBTransactionBackendInterface* tra… in deleteIndex() function in WebCore::IDBObjectStoreBackendImpl
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