/external/webkit/LayoutTests/storage/indexeddb/ |
D | transaction-basics-expected.txt | 23 store.deleteIndex('indexFail') 34 store.deleteIndex('indexFail') 55 store.deleteIndex('indexFail')
|
/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 108 m_objectStore->deleteIndex(name, transaction.getIDBTransactionBackendInterface(), ec); in deleteIndex()
|
D | IDBObjectStoreBackendProxy.cpp | 128 void IDBObjectStoreBackendProxy::deleteIndex(const String& name, IDBTransactionBackendInterface* tr… in deleteIndex() function in WebKit::IDBObjectStoreBackendProxy 133 m_webIDBObjectStore->deleteIndex(name, *transactionProxy->getWebIDBTransaction(), ec); in deleteIndex()
|
D | WebIDBObjectStoreImpl.h | 59 void deleteIndex(const WebString& name, const WebIDBTransaction&, WebExceptionCode&);
|
D | IDBObjectStoreBackendProxy.h | 56 …void deleteIndex(const String& name, WebCore::IDBTransactionBackendInterface*, WebCore::ExceptionC…
|
/external/webkit/Source/WebCore/storage/ |
D | IDBObjectStore.cpp | 146 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()
|
D | IDBObjectStoreBackendInterface.h | 67 … virtual void deleteIndex(const String& name, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
|
D | IDBObjectStore.h | 76 void deleteIndex(const String& name, ExceptionCode&);
|
D | IDBSQLiteBackingStore.h | 58 virtual void deleteIndex(int64_t databaseId, int64_t objectStoreId, int64_t indexId);
|
D | IDBLevelDBBackingStore.h | 63 virtual void deleteIndex(int64_t databaseId, int64_t objectStoreId, int64_t indexId);
|
D | IDBObjectStore.idl | 51 void deleteIndex(in DOMString name)
|
D | IDBObjectStoreBackendImpl.h | 76 virtual void deleteIndex(const String& name, IDBTransactionBackendInterface*, ExceptionCode&);
|
D | IDBBackingStore.h | 79 virtual void deleteIndex(int64_t databaseId, int64_t objectStoreId, int64_t indexId) = 0;
|
D | IDBObjectStoreBackendImpl.cpp | 423 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()
|
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
|
/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/WebKit/chromium/ |
D | ChangeLog | 2324 (WebKit::IDBObjectStoreBackendProxy::deleteIndex): 2456 (WebCore::IDBObjectStoreProxy::deleteIndex): 2531 (WebCore::IDBObjectStoreProxy::deleteIndex): 2635 (WebKit::IDBObjectStoreBackendProxy::deleteIndex):
|
D | ChangeLog-2011-02-16 | 3871 (WebKit::WebIDBObjectStore::deleteIndex): 3877 (WebCore::IDBObjectStoreProxy::deleteIndex): 3884 (WebKit::WebIDBObjectStoreImpl::deleteIndex):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 8746 (WebCore::IDBObjectStoreBackendImpl::deleteIndex): 17990 (WebCore::IDBLevelDBBackingStore::deleteIndex): 25081 (WebCore::IDBLevelDBBackingStore::deleteIndex): 25123 (WebCore::IDBSQLiteBackingStore::deleteIndex): 48175 (WebCore::IDBSQLiteBackingStore::deleteIndex): 61551 (WebCore::IDBBackingStore::deleteIndex):
|
D | ChangeLog-2011-02-16 | 7919 (WebCore::IDBObjectStore::deleteIndex): 28310 (WebCore::IDBObjectStoreBackendImpl::deleteIndex):
|
D | ChangeLog-2010-12-06 | 5017 (WebCore::IDBObjectStore::deleteIndex): 5023 (WebCore::IDBObjectStoreBackendImpl::deleteIndex):
|