HomeSort by relevance Sort by last modified time
    Searched refs:deleteIndex (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.idl 48 [RaisesException] void deleteIndex(DOMString name);
IDBObjectStore.h 86 void deleteIndex(const String& name, ExceptionState&);
IDBObjectStore.cpp 499 void IDBObjectStore::deleteIndex(const String& name, ExceptionState& exceptionState)
501 IDB_TRACE("IDBObjectStore::deleteIndex");
528 backendDB()->deleteIndex(m_transaction->id(), id(), indexId);
  /external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.h 93 virtual void deleteIndex(long long transactionId,
webidbdatabase_impl.cc 252 void WebIDBDatabaseImpl::deleteIndex(long long transaction_id,
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 66 virtual void deleteIndex(long long transactionId, long long objectStoreId, long long indexId) { BLINK_ASSERT_NOT_REACHED(); }
  /external/chromium_org/content/test/data/indexeddb/
object_store_test.js 25 objectStore.deleteIndex('fname_index');

Completed in 263 milliseconds