Searched refs:GetDifferingKeys (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_value_map_unittest.cc49 TEST_F(PrefValueMapTest, GetDifferingKeys) {
59 reference.GetDifferingKeys(&check, &differing_paths);
69 reference.GetDifferingKeys(&check, &differing_paths);
H A Dpref_value_map.h62 void GetDifferingKeys(const PrefValueMap* other,
H A Dpref_value_map.cc105 void PrefValueMap::GetDifferingKeys( function in class:PrefValueMap
/external/chromium_org/base/prefs/
H A Dpref_value_map_unittest.cc63 TEST(PrefValueMapTest, GetDifferingKeys) {
73 reference.GetDifferingKeys(&check, &differing_paths);
83 reference.GetDifferingKeys(&check, &differing_paths);
H A Dpref_value_map.h77 void GetDifferingKeys(const PrefValueMap* other,
H A Dpref_value_map.cc123 void PrefValueMap::GetDifferingKeys( function in class:PrefValueMap
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_map.h95 void GetDifferingKeys(const PolicyMap& other,
H A Dconfiguration_policy_pref_store.cc101 new_prefs->GetDifferingKeys(prefs_.get(), &changed_prefs);
H A Dpolicy_map_unittest.cc217 TEST_F(PolicyMapTest, GetDifferingKeys) {
257 a.GetDifferingKeys(b, &diff);
258 b.GetDifferingKeys(a, &diff2);
H A Dpolicy_map.cc110 void PolicyMap::GetDifferingKeys(const PolicyMap& other, function in class:policy::PolicyMap
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_pref_store.cc312 prefs_.GetDifferingKeys(&other->prefs_, differing_prefs);

Completed in 184 milliseconds