Searched defs:PrefValueMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_value_map.h18 class PrefValueMap { class
23 PrefValueMap();
24 virtual ~PrefValueMap();
62 void GetDifferingKeys(const PrefValueMap* other,
70 DISALLOW_COPY_AND_ASSIGN(PrefValueMap);
H A Dpref_value_map.cc12 PrefValueMap::PrefValueMap() {} function in class:PrefValueMap
14 PrefValueMap::~PrefValueMap() {
18 bool PrefValueMap::GetValue(const std::string& key, const Value** value) const {
29 bool PrefValueMap::GetValue(const std::string& key, Value** value) {
40 bool PrefValueMap::SetValue(const std::string& key, Value* value) {
56 bool PrefValueMap::RemoveValue(const std::string& key) {
67 void PrefValueMap::Clear() {
72 PrefValueMap
[all...]

Completed in 47 milliseconds