Searched refs:pref_key (Results 1 – 5 of 5) sorted by relevance
117 bool PrefsBase::Delete(const string& pref_key, const vector<string>& nss) { in Delete() argument119 bool success = Delete(pref_key); in Delete()127 pref_key == key.substr(last_key_seperator + 1)) { in Delete()
86 virtual bool Delete(const std::string& pref_key,
78 bool Delete(const std::string& pref_key,
439 void SetPref(const std::string& pref_key,
635 void UpdateAttempter::SetPref(const string& pref_key, in SetPref() argument641 prefs_->SetString(pref_key, pref_value); in SetPref()644 auto key = prefs_->CreateSubKey({kDlcPrefsSubDir, dlc_id, pref_key}); in SetPref()