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

  /external/chromium_org/base/prefs/
pref_member.cc 160 void PrefMember<bool>::UpdatePref(const bool& value) {
171 void PrefMember<int>::UpdatePref(const int& value) {
182 void PrefMember<double>::UpdatePref(const double& value) {
193 void PrefMember<std::string>::UpdatePref(const std::string& value) {
205 void PrefMember<base::FilePath>::UpdatePref(const base::FilePath& value) {
217 void PrefMember<std::vector<std::string> >::UpdatePref(
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 168 UpdatePref(primary_pattern,
195 // Copy the rules; we cannot call |UpdatePref| while holding |lock_|.
204 UpdatePref(it->primary_pattern,
234 void PrefProvider::UpdatePref(

Completed in 236 milliseconds