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

  /external/chromium_org/base/prefs/
pref_value_map.h 20 class BASE_PREFS_EXPORT PrefValueMap {
25 PrefValueMap();
26 virtual ~PrefValueMap();
46 void Swap(PrefValueMap* other);
77 void GetDifferingKeys(const PrefValueMap* other,
85 DISALLOW_COPY_AND_ASSIGN(PrefValueMap);
pref_value_map.cc 12 PrefValueMap::PrefValueMap() {}
14 PrefValueMap::~PrefValueMap() {
18 bool PrefValueMap::GetValue(const std::string& key,
30 bool PrefValueMap::GetValue(const std::string& key, base::Value** value) {
41 bool PrefValueMap::SetValue(const std::string& key, base::Value* value) {
57 bool PrefValueMap::RemoveValue(const std::string& key) {
68 void PrefValueMap::Clear() {
73 void PrefValueMap::Swap(PrefValueMap* other)
    [all...]

Completed in 40 milliseconds