OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteIndex
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.idl
45
[RaisesException] void
deleteIndex
(DOMString name);
IDBObjectStore.h
78
void
deleteIndex
(const String& name, ExceptionState&);
IDBObjectStore.cpp
476
void IDBObjectStore::
deleteIndex
(const String& name, ExceptionState& exceptionState)
478
IDB_TRACE("IDBObjectStore::
deleteIndex
");
501
backendDB()->
deleteIndex
(m_transaction->id(), id(), indexId);
/external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.h
90
virtual void
deleteIndex
(long long transactionId,
webidbdatabase_impl.cc
246
void WebIDBDatabaseImpl::
deleteIndex
(long long transaction_id,
/external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h
57
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 2662 milliseconds