Home
last modified time | relevance | path

Searched refs:testing_prefs_ (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/browser_state/
H A Dtest_chrome_browser_state.mm95 testing_prefs_(nullptr), function
114 testing_prefs_(nullptr), function
164 // If user passed a custom PrefServiceSyncable, then leave |testing_prefs_|
167 // This leaves |testing_prefs_| unset as CreateIncognitoBrowserStatePrefs()
173 testing_prefs_ = new sync_preferences::TestingPrefServiceSyncable();
174 RegisterBrowserStatePrefs(testing_prefs_->registry());
175 prefs_.reset(testing_prefs_);
323 DCHECK(testing_prefs_);
324 return testing_prefs_;
H A Dtest_chrome_browser_state.h159 sync_preferences::TestingPrefServiceSyncable* testing_prefs_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dexternal_testing_loader.cc21 testing_prefs_ = in ExternalTestingLoader()
31 LoadFinished(testing_prefs_->CreateDeepCopy()); in StartLoading()
H A Dexternal_testing_loader.h40 std::unique_ptr<base::DictionaryValue> testing_prefs_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/base/
H A Dtesting_profile.cc216 testing_prefs_(nullptr), in TestingProfile()
267 testing_prefs_(nullptr), in TestingProfile()
612 DCHECK(testing_prefs_); in GetTestingPrefService()
613 return testing_prefs_; in GetTestingPrefService()
749 testing_prefs_ = new sync_preferences::TestingPrefServiceSyncable(); in CreateTestingPrefService()
750 prefs_.reset(testing_prefs_); in CreateTestingPrefService()
752 RegisterUserProfilePrefs(testing_prefs_->registry()); in CreateTestingPrefService()
761 testing_prefs_ = new sync_preferences::TestingPrefServiceSyncable( in CreatePrefServiceForSupervisedUser()
767 prefs_.reset(testing_prefs_); in CreatePrefServiceForSupervisedUser()
769 RegisterUserProfilePrefs(testing_prefs_->registry()); in CreatePrefServiceForSupervisedUser()
[all …]
H A Dtesting_profile.h425 sync_preferences::TestingPrefServiceSyncable* testing_prefs_; variable