Searched defs:LevelDBWriteBatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/leveldb/
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_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...]

Completed in 467 milliseconds