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

/external/chromium_org/extensions/browser/value_store/
H A Dleveldb_value_store.h19 class LeveldbValueStore : public ValueStore { class in inherits:ValueStore
27 explicit LeveldbValueStore(const base::FilePath& path);
30 virtual ~LeveldbValueStore();
96 DISALLOW_COPY_AND_ASSIGN(LeveldbValueStore);
H A Dleveldb_value_store.cc50 LeveldbValueStore::LeveldbValueStore(const base::FilePath& db_path) function in class:LeveldbValueStore
59 LeveldbValueStore::~LeveldbValueStore() {
69 size_t LeveldbValueStore::GetBytesInUse(const std::string& key) {
75 size_t LeveldbValueStore::GetBytesInUse(
82 size_t LeveldbValueStore::GetBytesInUse() {
88 ValueStore::ReadResult LeveldbValueStore::Get(const std::string& key) {
106 ValueStore::ReadResult LeveldbValueStore::Get(
134 ValueStore::ReadResult LeveldbValueStore
[all...]

Completed in 101 milliseconds