HomeSort by relevance Sort by last modified time
    Searched defs:FakeTransaction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_fake_backing_store.h 136 class FakeTransaction : public IndexedDBBackingStore::Transaction {
138 explicit FakeTransaction(leveldb::Status phase_two_result);
148 DISALLOW_COPY_AND_ASSIGN(FakeTransaction);
indexed_db_fake_backing_store.cc 203 IndexedDBFakeBackingStore::FakeTransaction::FakeTransaction(
207 void IndexedDBFakeBackingStore::FakeTransaction::Begin() {}
208 leveldb::Status IndexedDBFakeBackingStore::FakeTransaction::CommitPhaseOne(
213 leveldb::Status IndexedDBFakeBackingStore::FakeTransaction::CommitPhaseTwo() {
216 void IndexedDBFakeBackingStore::FakeTransaction::Rollback() {}

Completed in 106 milliseconds