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

/external/chromium_org/content/test/data/indexeddb/
H A Ddatabase_test.js23 db.deleteObjectStore('employees');
H A Dcommon.js74 db.deleteObjectStore(objectStoreNames[i]);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBDatabase.idl40 [RaisesException] void deleteObjectStore(DOMString name);
H A DIDBDatabaseBackendInterface.h52 virtual void deleteObjectStore(int64_t transactionId, int64_t objectStoreId) = 0;
H A DIDBDatabase.h71 void deleteObjectStore(const String& name, ExceptionState&);
H A DIDBDatabaseTest.cpp68 virtual void deleteObjectStore(int64_t transactionId, int64_t objectStoreId) OVERRIDE { }
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);
H A DIDBRequestTest.cpp108 virtual void deleteObjectStore(int64_t transactionId, int64_t objectStoreId) OVERRIDE { }
H A DIDBTransactionTest.cpp71 virtual void deleteObjectStore(int64_t transactionId, int64_t objectStoreId) OVERRIDE { }
/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);
H A DIDBDatabaseBackendProxy.h44 virtual void deleteObjectStore(int64_t transactionId, int64_t 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/chrome/browser/resources/image_loader/
H A Dcache.js88 db.deleteObjectStore('metadata');
90 db.deleteObjectStore('data');
92 db.deleteObjectStore('settings');
/external/chromium_org/content/child/indexed_db/
H A Dproxy_webidbdatabase_impl.h35 virtual void deleteObjectStore(
H A Dproxy_webidbdatabase_impl.cc69 void RendererWebIDBDatabaseImpl::deleteObjectStore( function in class:content::RendererWebIDBDatabaseImpl

Completed in 109 milliseconds