Searched refs:policy_keeper_ (Results 1 – 2 of 2) sorted by relevance
84 scoped_ptr<ConfigurationPolicyPrefKeeper> policy_keeper_; variable
741 policy_keeper_.reset(new ConfigurationPolicyPrefKeeper(provider)); in ConfigurationPolicyPrefStore()768 if (policy_keeper_.get()) in GetValue()769 return policy_keeper_->GetValue(key, value); in GetValue()998 new_keeper->GetDifferingPrefPaths(policy_keeper_.get(), &changed_prefs); in Refresh()999 policy_keeper_.reset(new_keeper.release()); in Refresh()