Searched refs:LevelDBWriteBatch (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_write_batch.cc13 scoped_ptr<LevelDBWriteBatch> LevelDBWriteBatch::Create() {
14 return make_scoped_ptr(new LevelDBWriteBatch);
17 LevelDBWriteBatch::LevelDBWriteBatch() function in class:content::LevelDBWriteBatch
20 LevelDBWriteBatch::~LevelDBWriteBatch() {}
26 void LevelDBWriteBatch::Put(const base::StringPiece& key,
31 void LevelDBWriteBatch::Remove(const base::StringPiece& key) {
35 void LevelDBWriteBatch
[all...]
H A Dleveldb_write_batch.h19 class LevelDBWriteBatch { class in namespace:content
21 static scoped_ptr<LevelDBWriteBatch> Create();
22 ~LevelDBWriteBatch();
31 LevelDBWriteBatch();
H A Dleveldb_database.h31 class LevelDBWriteBatch;
93 leveldb::Status Write(const LevelDBWriteBatch& write_batch);
H A Dleveldb_transaction.h22 class LevelDBWriteBatch;
166 scoped_ptr<LevelDBWriteBatch> write_batch_;
H A Dleveldb_transaction.cc99 scoped_ptr<LevelDBWriteBatch> write_batch = LevelDBWriteBatch::Create();
461 : db_(db), write_batch_(LevelDBWriteBatch::Create()), finished_(false) {}
H A Dleveldb_database.cc392 leveldb::Status LevelDBDatabase::Write(const LevelDBWriteBatch& write_batch) {

Completed in 110 milliseconds