Searched refs:deleteIndex (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBObjectStore.idl56 [RaisesException] void deleteIndex(DOMString name);
H A DIDBObjectStore.h87 void deleteIndex(const String& name, ExceptionState&);
H A DIDBObjectStore.cpp509 void IDBObjectStore::deleteIndex(const String& name, ExceptionState& exceptionState) function in class:blink::IDBObjectStore
511 IDB_TRACE("IDBObjectStore::deleteIndex");
538 backendDB()->deleteIndex(m_transaction->id(), id(), indexId);
/external/chromium_org/content/test/data/indexeddb/
H A Dobject_store_test.js25 objectStore.deleteIndex('fname_index');
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h60 virtual void deleteIndex(long long transactionId, long long objectStoreId, long long indexId) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBDatabase
/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.h97 virtual void deleteIndex(long long transactionId,
H A Dwebidbdatabase_impl.cc258 void WebIDBDatabaseImpl::deleteIndex(long long transaction_id, function in class:content::WebIDBDatabaseImpl

Completed in 425 milliseconds