Searched defs:deleteObjectStore (Results 1 – 7 of 7) sorted by relevance
79 void WebIDBDatabaseImpl::deleteObjectStore(const WebString& name, const WebIDBTransaction& transact… in deleteObjectStore() function in WebKit::WebIDBDatabaseImpl
89 void IDBDatabaseBackendProxy::deleteObjectStore(const String& name, IDBTransactionBackendInterface*… in deleteObjectStore() function in WebKit::IDBDatabaseBackendProxy
66 …virtual void deleteObjectStore(const WebString& name, const WebIDBTransaction& transaction, WebExc… in deleteObjectStore() function
96 void IDBDatabase::deleteObjectStore(const String& name, ExceptionCode& ec) in deleteObjectStore() function in WebCore::IDBDatabase
142 void IDBDatabaseBackendImpl::deleteObjectStore(const String& name, IDBTransactionBackendInterface* … in deleteObjectStore() function in WebCore::IDBDatabaseBackendImpl
294 void IDBSQLiteBackingStore::deleteObjectStore(int64_t, int64_t objectStoreId) in deleteObjectStore() function in WebCore::IDBSQLiteBackingStore
1733 void IDBLevelDBBackingStore::deleteObjectStore(int64_t databaseId, int64_t objectStoreId) in deleteObjectStore() function in WebCore::IDBLevelDBBackingStore