Home
last modified time | relevance | path

Searched refs:PrefValueMap (Results 1 – 8 of 8) sorted by relevance

/external/cronet/components/prefs/
Dpref_value_map.cc16 PrefValueMap::PrefValueMap() {} in PrefValueMap() function in PrefValueMap
18 PrefValueMap::~PrefValueMap() {} in ~PrefValueMap()
20 bool PrefValueMap::GetValue(base::StringPiece key, in GetValue()
32 bool PrefValueMap::GetValue(base::StringPiece key, base::Value** value) { in GetValue()
43 bool PrefValueMap::SetValue(const std::string& key, base::Value value) { in SetValue()
52 bool PrefValueMap::RemoveValue(const std::string& key) { in RemoveValue()
56 void PrefValueMap::Clear() { in Clear()
60 void PrefValueMap::ClearWithPrefix(const std::string& prefix) { in ClearWithPrefix()
68 void PrefValueMap::Swap(PrefValueMap* other) { in Swap()
72 PrefValueMap::iterator PrefValueMap::begin() { in begin()
[all …]
Dpref_value_map.h17 class COMPONENTS_PREFS_EXPORT PrefValueMap {
23 PrefValueMap();
25 PrefValueMap(const PrefValueMap&) = delete;
26 PrefValueMap& operator=(const PrefValueMap&) = delete;
28 virtual ~PrefValueMap();
50 void Swap(PrefValueMap* other);
85 void GetDifferingKeys(const PrefValueMap* other,
Dpref_value_map_unittest.cc14 PrefValueMap map; in TEST()
28 PrefValueMap map; in TEST()
41 PrefValueMap map; in TEST()
50 PrefValueMap map; in TEST()
63 PrefValueMap map; in TEST()
74 PrefValueMap map; in TEST()
88 PrefValueMap map; in TEST()
102 PrefValueMap map; in TEST()
118 PrefValueMap reference; in TEST()
123 PrefValueMap check; in TEST()
[all …]
Ddefault_pref_store.h21 typedef PrefValueMap::const_iterator const_iterator;
50 PrefValueMap prefs_;
Dvalue_map_pref_store.h56 PrefValueMap prefs_;
Dpref_registry.h54 typedef PrefValueMap::const_iterator const_iterator;
Din_memory_pref_store.h62 PrefValueMap prefs_;
Dtesting_pref_store.h96 PrefValueMap prefs_;