Searched refs:deleteObjectStore (Results 1 - 9 of 9) 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.idl44 [RaisesException] void deleteObjectStore(DOMString name);
H A DIDBDatabase.h81 void deleteObjectStore(const String& name, ExceptionState&);
H A DIDBDatabase.cpp265 void IDBDatabase::deleteObjectStore(const String& name, ExceptionState& exceptionState) function in class:blink::IDBDatabase
267 IDB_TRACE("IDBDatabase::deleteObjectStore");
293 m_backend->deleteObjectStore(m_versionChangeTransaction->id(), objectStoreId);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h51 virtual void deleteObjectStore(long long transactionId, long long objectStoreId) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBDatabase
/external/chromium_org/ui/file_manager/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 Dwebidbdatabase_impl.h37 virtual void deleteObjectStore(long long transaction_id,
H A Dwebidbdatabase_impl.cc71 void WebIDBDatabaseImpl::deleteObjectStore(long long transaction_id, function in class:content::WebIDBDatabaseImpl

Completed in 185 milliseconds