Searched refs:FakeTransaction (Results 1 - 4 of 4) sorted by path

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_unittest.cc261 new IndexedDBFakeBackingStore::FakeTransaction(commit_success_));
H A Dindexed_db_fake_backing_store.cc203 IndexedDBFakeBackingStore::FakeTransaction::FakeTransaction( function in class:content::IndexedDBFakeBackingStore::FakeTransaction
207 void IndexedDBFakeBackingStore::FakeTransaction::Begin() {}
208 leveldb::Status IndexedDBFakeBackingStore::FakeTransaction::CommitPhaseOne(
213 leveldb::Status IndexedDBFakeBackingStore::FakeTransaction::CommitPhaseTwo() {
216 void IndexedDBFakeBackingStore::FakeTransaction::Rollback() {}
H A Dindexed_db_fake_backing_store.h136 class FakeTransaction : public IndexedDBBackingStore::Transaction { class in class:content::IndexedDBFakeBackingStore
138 explicit FakeTransaction(leveldb::Status phase_two_result);
148 DISALLOW_COPY_AND_ASSIGN(FakeTransaction);
H A Dindexed_db_transaction_unittest.cc91 new IndexedDBFakeBackingStore::FakeTransaction(commit_success));
135 new IndexedDBFakeBackingStore::FakeTransaction(commit_success));
167 new IndexedDBFakeBackingStore::FakeTransaction(commit_success));
229 new IndexedDBFakeBackingStore::FakeTransaction(commit_failure));
290 new IndexedDBFakeBackingStore::FakeTransaction(commit_failure));
320 new IndexedDBFakeBackingStore::FakeTransaction(commit_success));

Completed in 421 milliseconds