Home
last modified time | relevance | path

Searched refs:local_state_prefs_ (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/data_reduction_proxy/core/browser/
H A Ddata_reduction_proxy_prefs_unittest.cc22 RegisterPrefs(local_state_prefs_.registry()); in SetUp()
28 return &local_state_prefs_; in local_state_prefs()
73 TestingPrefServiceSimple local_state_prefs_; member in data_reduction_proxy::DataReductionProxyPrefsTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/data_reduction_proxy/core/browser/
H A Ddata_reduction_proxy_prefs_unittest.cc22 RegisterPrefs(local_state_prefs_.registry()); in SetUp()
28 return &local_state_prefs_; in local_state_prefs()
73 TestingPrefServiceSimple local_state_prefs_; member in data_reduction_proxy::DataReductionProxyPrefsTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/proxy/
H A Dui_proxy_config_service.cc191 : profile_prefs_(profile_prefs), local_state_prefs_(local_state_prefs) { in UIProxyConfigService()
204 DCHECK(local_state_prefs_); in UIProxyConfigService()
205 local_state_registrar_.Init(local_state_prefs_); in UIProxyConfigService()
240 DCHECK(local_state_prefs_); in MergeEnforcedProxyConfig()
243 profile_prefs_ ? profile_prefs_ : local_state_prefs_; in MergeEnforcedProxyConfig()
255 if (chromeos::GetProxyConfig(profile_prefs_, local_state_prefs_, *network, in MergeEnforcedProxyConfig()
298 proxy_config::GetProxyConfigForNetwork(nullptr, local_state_prefs_, in ProxyModeForNetwork()
306 profile_prefs_ ? profile_prefs_ : local_state_prefs_; in ProxyModeForNetwork()
H A Dui_proxy_config_service.h82 PrefService* local_state_prefs_; // unowned in COMPONENT_EXPORT() local
H A Dproxy_config_service_impl.h100 PrefService* local_state_prefs_; in COMPONENT_EXPORT() local
H A Dproxy_config_service_impl.cc61 local_state_prefs_(local_state_prefs) { in ProxyConfigServiceImpl()
236 prefs(), local_state_prefs_, *network, &network_config, &onc_source); in DetermineEffectiveConfigFromDefaultNetwork()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/triggers/
H A Dtrigger_throttler.cc131 : local_state_prefs_(local_state_prefs), in TriggerThrottler()
218 if (!local_state_prefs_) in LoadTriggerEventsFromPref()
221 const base::DictionaryValue* event_dict = local_state_prefs_->GetDictionary( in LoadTriggerEventsFromPref()
245 if (!local_state_prefs_) in WriteTriggerEventsToPref()
258 local_state_prefs_->Set(prefs::kSafeBrowsingTriggerEventTimestamps, in WriteTriggerEventsToPref()
308 local_state_prefs_ = local_state_prefs; in ResetPrefsForTesting()
H A Dtrigger_throttler.h102 PrefService* local_state_prefs_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/triggers/
H A Dtrigger_throttler.cc131 : local_state_prefs_(local_state_prefs), in TriggerThrottler()
218 if (!local_state_prefs_) in LoadTriggerEventsFromPref()
221 const base::DictionaryValue* event_dict = local_state_prefs_->GetDictionary( in LoadTriggerEventsFromPref()
245 if (!local_state_prefs_) in WriteTriggerEventsToPref()
258 local_state_prefs_->Set(prefs::kSafeBrowsingTriggerEventTimestamps, in WriteTriggerEventsToPref()
305 local_state_prefs_ = local_state_prefs; in ResetPrefsForTesting()
H A Dtrigger_throttler.h102 PrefService* local_state_prefs_; variable