Searched refs:deleteObjectStore (Results 1 – 9 of 9) sorted by relevance
88 db.deleteObjectStore('metadata');90 db.deleteObjectStore('data');92 db.deleteObjectStore('settings');
23 db.deleteObjectStore('employees');
74 db.deleteObjectStore(objectStoreNames[i]);
48 …virtual void deleteObjectStore(long long transactionId, long long objectStoreId) { BLINK_ASSERT_NO… in deleteObjectStore() function
34 virtual void deleteObjectStore(long long transaction_id,
67 void WebIDBDatabaseImpl::deleteObjectStore(long long transaction_id, in deleteObjectStore() function in content::WebIDBDatabaseImpl
76 void deleteObjectStore(const String& name, ExceptionState&);
234 void IDBDatabase::deleteObjectStore(const String& name, ExceptionState& exceptionState) in deleteObjectStore() function in WebCore::IDBDatabase257 m_backend->deleteObjectStore(m_versionChangeTransaction->id(), objectStoreId); in deleteObjectStore()
40 [RaisesException] void deleteObjectStore(DOMString name);