Searched refs:deleteObjectStore (Results 1 - 17 of 17) sorted by relevance

/external/webkit/LayoutTests/storage/indexeddb/resources/
H A Dshared.js49 db.deleteObjectStore(db.objectStoreNames.item(0));
/external/webkit/Source/WebKit/chromium/src/
H A DIDBDatabaseBackendProxy.cpp89 void IDBDatabaseBackendProxy::deleteObjectStore(const String& name, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) function in class:WebKit::IDBDatabaseBackendProxy
94 m_webIDBDatabase->deleteObjectStore(name, *transactionProxy->getWebIDBTransaction(), ec);
H A DWebIDBDatabaseImpl.cpp79 void WebIDBDatabaseImpl::deleteObjectStore(const WebString& name, const WebIDBTransaction& transaction, WebExceptionCode& ec) function in class:WebKit::WebIDBDatabaseImpl
81 m_databaseBackend->deleteObjectStore(name, transaction.getIDBTransactionBackendInterface(), ec);
H A DIDBDatabaseBackendProxy.h50 virtual void deleteObjectStore(const String& name, WebCore::IDBTransactionBackendInterface*, WebCore::ExceptionCode&);
H A DWebIDBDatabaseImpl.h57 virtual void deleteObjectStore(const WebString& name, const WebIDBTransaction&, WebExceptionCode&);
/external/webkit/Source/WebCore/storage/
H A DIDBDatabase.idl42 void deleteObjectStore(in DOMString name)
H A DIDBDatabaseBackendInterface.h58 virtual void deleteObjectStore(const String& name, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
H A DIDBDatabase.cpp96 void IDBDatabase::deleteObjectStore(const String& name, ExceptionCode& ec) function in class:WebCore::IDBDatabase
103 m_backend->deleteObjectStore(name, m_setVersionTransaction->backend(), ec);
H A DIDBDatabase.h69 void deleteObjectStore(const String& name, ExceptionCode&);
H A DIDBDatabaseBackendImpl.h64 virtual void deleteObjectStore(const String& name, IDBTransactionBackendInterface*, ExceptionCode&);
H A DIDBLevelDBBackingStore.h50 virtual void deleteObjectStore(int64_t databaseId, int64_t objectStoreId);
H A DIDBSQLiteBackingStore.h45 virtual void deleteObjectStore(int64_t databaseId, int64_t objectStoreId);
H A DIDBDatabaseBackendImpl.cpp142 void IDBDatabaseBackendImpl::deleteObjectStore(const String& name, IDBTransactionBackendInterface* transactionPtr, ExceptionCode& ec) function in class:WebCore::IDBDatabaseBackendImpl
161 database->m_backingStore->deleteObjectStore(database->id(), objectStore->id());
H A DIDBBackingStore.h54 virtual void deleteObjectStore(int64_t databaseId, int64_t objectStoreId) = 0;
H A DIDBSQLiteBackingStore.cpp294 void IDBSQLiteBackingStore::deleteObjectStore(int64_t, int64_t objectStoreId) function in class:WebCore::IDBSQLiteBackingStore
H A DIDBLevelDBBackingStore.cpp1733 void IDBLevelDBBackingStore::deleteObjectStore(int64_t databaseId, int64_t objectStoreId) function in class:WebCore::IDBLevelDBBackingStore
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBDatabase.h66 virtual void deleteObjectStore(const WebString& name, const WebIDBTransaction& transaction, WebExceptionCode& ec) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebIDBDatabase

Completed in 200 milliseconds