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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_fake_backing_store.h 72 virtual bool DeleteIndex(Transaction*,
indexed_db_fake_backing_store.cc 95 bool IndexedDBFakeBackingStore::DeleteIndex(Transaction*,
indexed_db_backing_store.h 167 virtual bool DeleteIndex(IndexedDBBackingStore::Transaction* transaction,
indexed_db_database.h 112 void DeleteIndex(int64 transaction_id, int64 object_store_id, int64 index_id);
indexed_db_database.cc 413 void IndexedDBDatabase::DeleteIndex(int64 transaction_id,
416 IDB_TRACE("IndexedDBDatabase::DeleteIndex");
445 bool ok = backing_store_->DeleteIndex(transaction->BackingStoreTransaction(),
    [all...]
indexed_db_dispatcher_host.cc 759 connection->database()->DeleteIndex(
    [all...]
indexed_db_backing_store.cc     [all...]

Completed in 127 milliseconds