Searched defs:deleteObjectStore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/indexed_db/
H A Dproxy_webidbdatabase_impl.cc69 void RendererWebIDBDatabaseImpl::deleteObjectStore( function in class:content::RendererWebIDBDatabaseImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DIDBDatabaseBackendProxy.cpp67 void IDBDatabaseBackendProxy::deleteObjectStore(int64_t transactionId, int64_t objectStoreId) function in class:WebKit::IDBDatabaseBackendProxy
70 m_webIDBDatabase->deleteObjectStore(transactionId, objectStoreId);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h48 virtual void deleteObjectStore(long long transactionId, long long objectStoreId) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebIDBDatabase
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBDatabase.cpp230 void IDBDatabase::deleteObjectStore(const String& name, ExceptionState& es) function in class:WebCore::IDBDatabase
232 IDB_TRACE("IDBDatabase::deleteObjectStore");
253 m_backend->deleteObjectStore(m_versionChangeTransaction->id(), objectStoreId);

Completed in 153 milliseconds