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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_fake_backing_store.h 47 virtual leveldb::Status DeleteObjectStore(Transaction* transaction,
indexed_db_fake_backing_store.cc 73 leveldb::Status IndexedDBFakeBackingStore::DeleteObjectStore(
indexed_db_database.h 80 void DeleteObjectStore(int64 transaction_id, int64 object_store_id);
indexed_db_database_unittest.cc 410 db_->DeleteObjectStore(transaction_->id(),
indexed_db_backing_store.h 378 virtual leveldb::Status DeleteObjectStore(
indexed_db_database.cc 318 void IndexedDBDatabase::DeleteObjectStore(int64 transaction_id,
320 IDB_TRACE1("IndexedDBDatabase::DeleteObjectStore", "txn.id", transaction_id);
    [all...]
indexed_db_dispatcher_host.cc 536 connection->database()->DeleteObjectStore(
    [all...]
indexed_db_backing_store.cc     [all...]

Completed in 154 milliseconds