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

  /external/chromium_org/chrome/browser/value_store/
leveldb_value_store.h 19 class LeveldbValueStore : public ValueStore {
27 explicit LeveldbValueStore(const base::FilePath& path);
30 virtual ~LeveldbValueStore();
86 DISALLOW_COPY_AND_ASSIGN(LeveldbValueStore);
leveldb_value_store.cc 79 LeveldbValueStore::LeveldbValueStore(const base::FilePath& db_path)
88 LeveldbValueStore::~LeveldbValueStore() {
98 LOG(WARNING) << "Failed to delete LeveldbValueStore database " <<
104 size_t LeveldbValueStore::GetBytesInUse(const std::string& key) {
110 size_t LeveldbValueStore::GetBytesInUse(
117 size_t LeveldbValueStore::GetBytesInUse() {
123 ValueStore::ReadResult LeveldbValueStore::Get(const std::string& key) {
141 ValueStore::ReadResult LeveldbValueStore::Get
    [all...]

Completed in 32 milliseconds