HomeSort by relevance Sort by last modified time
    Searched refs:GetMutableUserPref (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 25 value_ = service_->GetMutableUserPref(path_.c_str(), type);
pref_service.h 292 // Give access to ReportUserPrefChanged() and GetMutableUserPref().
332 Value* GetMutableUserPref(const char* path, Value::ValueType type);
pref_service.cc 587 Value* PrefService::GetMutableUserPref(const char* path,
  /external/chromium_org/chrome/browser/prefs/
scoped_user_pref_update.cc 25 value_ = service_->GetMutableUserPref(path_.c_str(), type);
  /external/chromium_org/base/prefs/
pref_service.h 293 // Give access to ReportUserPrefChanged() and GetMutableUserPref().
336 base::Value* GetMutableUserPref(const char* path,
pref_service.cc 438 base::Value* PrefService::GetMutableUserPref(const char* path,

Completed in 113 milliseconds