HomeSort by relevance Sort by last modified time
    Searched full:getmutableuserpref (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 25 value_ = service_->GetMutableUserPref(path_.c_str(), type);
scoped_user_pref_update.h 30 // and getting access to PrefService::GetMutableUserPref and
39 // Sets |value_| to |service_|->GetMutableUserPref and returns it.
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/chrome/common/
persistent_pref_store.h 52 // PrefService::GetMutableUserPref() in order to put empty entries

Completed in 2634 milliseconds