Searched refs:ScopedListPrefUpdate (Results 1 – 5 of 5) sorted by relevance
100 class COMPONENTS_PREFS_EXPORT ScopedListPrefUpdate105 ScopedListPrefUpdate(PrefService* service, const std::string& path) in ScopedListPrefUpdate() function108 ScopedListPrefUpdate(const ScopedListPrefUpdate&) = delete;109 ScopedListPrefUpdate& operator=(const ScopedListPrefUpdate&) = delete;112 virtual ~ScopedListPrefUpdate() = default;
102 ScopedListPrefUpdate update(&prefs_, kListPref); in TEST_F()123 { ScopedListPrefUpdate update(&prefs_, kListPref); } in TEST_F()138 ScopedListPrefUpdate update(&prefs_, pref_name); in TEST_F()
62 base::Value::List& ScopedListPrefUpdate::Get() { in Get()
706 ScopedListPrefUpdate update(pref_service_, in AppendToSamplesCountPref()968 ScopedListPrefUpdate list_pref(pref_service_, in SimulateIndependentMetrics()
277 ScopedListPrefUpdate update(local_state_, log_data_pref_name_); in TrimAndPersistUnsentLogs()