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

  /external/chromium_org/extensions/browser/value_store/
leveldb_value_store.h 19 class LeveldbValueStore : public ValueStore {
27 explicit LeveldbValueStore(const base::FilePath& path);
30 virtual ~LeveldbValueStore();
96 DISALLOW_COPY_AND_ASSIGN(LeveldbValueStore);
leveldb_value_store.cc 50 LeveldbValueStore::LeveldbValueStore(const base::FilePath& db_path)
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::Get()
    [all...]

Completed in 195 milliseconds