Searched defs:deleteIndex (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ |
D | WebIDBObjectStoreImpl.cpp | 106 void WebIDBObjectStoreImpl::deleteIndex(const WebString& name, const WebIDBTransaction& transaction… in deleteIndex() function in WebKit::WebIDBObjectStoreImpl
|
D | IDBObjectStoreBackendProxy.cpp | 128 void IDBObjectStoreBackendProxy::deleteIndex(const String& name, IDBTransactionBackendInterface* tr… in deleteIndex() function in WebKit::IDBObjectStoreBackendProxy
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebIDBObjectStore.h | 84 …virtual void deleteIndex(const WebString& name, const WebIDBTransaction&, WebExceptionCode&) { WEB… in deleteIndex() function
|
/external/webkit/Source/WebCore/storage/ |
D | IDBObjectStore.cpp | 146 void IDBObjectStore::deleteIndex(const String& name, ExceptionCode& ec) in deleteIndex() function in WebCore::IDBObjectStore
|
D | IDBObjectStoreBackendImpl.cpp | 423 void IDBObjectStoreBackendImpl::deleteIndex(const String& name, IDBTransactionBackendInterface* tra… in deleteIndex() function in WebCore::IDBObjectStoreBackendImpl
|
D | IDBSQLiteBackingStore.cpp | 583 void IDBSQLiteBackingStore::deleteIndex(int64_t, int64_t, int64_t indexId) in deleteIndex() function in WebCore::IDBSQLiteBackingStore
|
D | IDBLevelDBBackingStore.cpp | 2030 void IDBLevelDBBackingStore::deleteIndex(int64_t, int64_t, int64_t) in deleteIndex() function in WebCore::IDBLevelDBBackingStore
|