Searched defs:deleteIndex (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.cc258 void WebIDBDatabaseImpl::deleteIndex(long long transaction_id, function in class:content::WebIDBDatabaseImpl
/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/third_party/WebKit/Source/modules/indexeddb/
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);

Completed in 136 milliseconds