Searched refs:MemoryPrefs (Results 1 – 5 of 5) sorted by relevance
169 bool MemoryPrefs::MemoryStorage::GetKey(const string& key, in GetKey()178 bool MemoryPrefs::MemoryStorage::SetKey(const string& key, in SetKey()184 bool MemoryPrefs::MemoryStorage::KeyExists(const string& key) const { in KeyExists()188 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey()
141 class MemoryPrefs : public PrefsBase {143 MemoryPrefs() : PrefsBase(&mem_storage_) {} in MemoryPrefs() function164 DISALLOW_COPY_AND_ASSIGN(MemoryPrefs);
346 MemoryPrefs prefs_;
153 MemoryPrefs prefs; in ApplyUpdatePayload()
205 MemoryPrefs prefs; in ApplyPayload()