Home
last modified time | relevance | path

Searched refs:PrefService (Results 1 – 25 of 2365) sorted by relevance

12345678910>>...95

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/common/
H A Dsafe_browsing_prefs.h18 class PrefService; variable
175 bool IsSafeBrowsingEnabled(const PrefService& prefs);
178 bool IsStandardProtectionEnabled(const PrefService& prefs);
181 bool IsEnhancedProtectionEnabled(const PrefService& prefs);
185 bool ExtendedReportingPrefExists(const PrefService& prefs);
197 bool IsExtendedReportingEnabled(const PrefService& prefs);
206 bool IsSafeBrowsingPolicyManaged(const PrefService& prefs);
212 void RecordExtendedReportingMetrics(const PrefService& prefs);
223 void SetExtendedReportingPrefAndMetric(PrefService* prefs,
260 const PrefService& prefs,
[all …]
H A Dsafe_browsing_prefs.cc25 const PrefService& prefs, in RecordExtendedReportingPrefChanged()
130 bool IsSafeBrowsingEnabled(const PrefService& prefs) { in IsSafeBrowsingEnabled()
134 bool IsEnhancedProtectionEnabled(const PrefService& prefs) { in IsEnhancedProtectionEnabled()
142 bool ExtendedReportingPrefExists(const PrefService& prefs) { in ExtendedReportingPrefExists()
150 bool IsExtendedReportingOptInAllowed(const PrefService& prefs) { in IsExtendedReportingOptInAllowed()
154 bool IsExtendedReportingEnabled(const PrefService& prefs) { in IsExtendedReportingEnabled()
164 bool IsSafeBrowsingPolicyManaged(const PrefService& prefs) { in IsSafeBrowsingPolicyManaged()
174 void RecordExtendedReportingMetrics(const PrefService& prefs) { in RecordExtendedReportingMetrics()
224 PrefService* prefs, in SetExtendedReportingPrefAndMetric()
274 const PrefService& prefs, in GetSafeBrowsingWhitelistDomainsPref()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/v2/
H A Dprefs.h14 class PrefService; variable
26 PrefService& pref_service);
30 base::Time GetLastRequestTime(PrefService& pref_service);
33 DebugStreamData GetDebugStreamData(PrefService& pref_service);
37 PrefService& pref_service);
38 RequestSchedule GetRequestSchedule(PrefService& pref_service);
42 PrefService& pref_service);
44 std::string GetClientInstanceId(PrefService& pref_service);
45 void ClearClientInstanceId(PrefService& pref_service);
53 const PrefService& pref_service);
[all …]
H A Dprefs.cc30 PrefService& pref_service) { in SetThrottlerRequestCounts()
40 base::Time GetLastRequestTime(PrefService& pref_service) { in GetLastRequestTime()
48 DebugStreamData GetDebugStreamData(PrefService& pref_service) { in GetDebugStreamData()
54 PrefService& pref_service) { in SetDebugStreamData()
59 PrefService& pref_service) { in SetRequestSchedule()
63 RequestSchedule GetRequestSchedule(PrefService& pref_service) { in GetRequestSchedule()
68 PrefService& pref_service) { in SetPersistentMetricsData()
76 std::string GetClientInstanceId(PrefService& pref_service) { in GetClientInstanceId()
85 void ClearClientInstanceId(PrefService& pref_service) { in ClearClientInstanceId()
104 const PrefService& pref_service) { in GetHasReachedClickAndViewActionsUploadConditions()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/prefs/
H A Dpref_service.cc72 PrefService* pref_service) { in CheckForNewPrefChangesInPrefStore()
81 const PrefService::Preference* pref = in CheckForNewPrefChangesInPrefStore()
91 PrefService::PrefService( in PrefService() function in PrefService
112 PrefService::~PrefService() { in ~PrefService()
144 void PrefService::CommitPendingWrite( in CommitPendingWrite()
235 const PrefService::Preference* PrefService::FindPreference( in FindPreference()
251 bool PrefService::ReadOnly() const { in ReadOnly()
255 PrefService::PrefInitializationStatus PrefService::GetInitializationStatus() in GetInitializationStatus()
270 PrefService::PrefInitializationStatus
408 void PrefService::ChangePrefValueStore( in ChangePrefValueStore()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/common/
H A Dsafe_browsing_prefs.h18 class PrefService; variable
252 bool IsSafeBrowsingEnabled(const PrefService& prefs);
255 bool IsStandardProtectionEnabled(const PrefService& prefs);
258 bool IsEnhancedProtectionEnabled(const PrefService& prefs);
262 bool ExtendedReportingPrefExists(const PrefService& prefs);
269 bool IsExtendedReportingOptInAllowed(const PrefService& prefs);
274 bool IsExtendedReportingEnabled(const PrefService& prefs);
281 void RecordExtendedReportingMetrics(const PrefService& prefs);
292 void SetExtendedReportingPrefAndMetric(PrefService* prefs,
297 void SetExtendedReportingPref(PrefService* prefs, bool value);
[all …]
H A Dsafe_browsing_prefs.cc34 const PrefService& prefs, in RecordExtendedReportingPrefChanged()
148 bool IsSafeBrowsingEnabled(const PrefService& prefs) { in IsSafeBrowsingEnabled()
152 bool IsEnhancedProtectionEnabled(const PrefService& prefs) { in IsEnhancedProtectionEnabled()
160 bool ExtendedReportingPrefExists(const PrefService& prefs) { in ExtendedReportingPrefExists()
168 bool IsExtendedReportingOptInAllowed(const PrefService& prefs) { in IsExtendedReportingOptInAllowed()
172 bool IsExtendedReportingEnabled(const PrefService& prefs) { in IsExtendedReportingEnabled()
182 void RecordExtendedReportingMetrics(const PrefService& prefs) { in RecordExtendedReportingMetrics()
244 PrefService* prefs, in SetExtendedReportingPrefAndMetric()
251 void SetExtendedReportingPref(PrefService* prefs, bool value) { in SetExtendedReportingPref()
255 void SetEnhancedProtectionPref(PrefService* prefs, bool value) { in SetEnhancedProtectionPref()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/common/
H A Dautofill_prefs.h13 class PrefService; variable
71 void MigrateDeprecatedAutofillPrefs(PrefService* prefs);
73 bool IsAutocompleteEnabled(const PrefService* prefs);
75 bool IsCreditCardFIDOAuthEnabled(PrefService* prefs);
79 bool IsAutofillCreditCardEnabled(const PrefService* prefs);
83 bool IsAutofillManaged(const PrefService* prefs);
85 bool IsAutofillProfileManaged(const PrefService* prefs);
87 bool IsAutofillCreditCardManaged(const PrefService* prefs);
89 bool IsAutofillProfileEnabled(const PrefService* prefs);
99 void SetUserOptedInWalletSyncTransport(PrefService* prefs,
[all …]
H A Dautofill_prefs.cc196 void MigrateDeprecatedAutofillPrefs(PrefService* prefs) { in MigrateDeprecatedAutofillPrefs()
203 const PrefService::Preference* deprecated_autofill_pref = in MigrateDeprecatedAutofillPrefs()
207 const PrefService::Preference* autofill_credit_card_pref = in MigrateDeprecatedAutofillPrefs()
216 const PrefService::Preference* autofill_profile_pref = in MigrateDeprecatedAutofillPrefs()
234 bool IsAutocompleteEnabled(const PrefService* prefs) { in IsAutocompleteEnabled()
238 bool IsCreditCardFIDOAuthEnabled(PrefService* prefs) { in IsCreditCardFIDOAuthEnabled()
254 bool IsAutofillManaged(const PrefService* prefs) { in IsAutofillManaged()
258 bool IsAutofillProfileManaged(const PrefService* prefs) { in IsAutofillProfileManaged()
266 bool IsAutofillProfileEnabled(const PrefService* prefs) { in IsAutofillProfileEnabled()
289 void SetUserOptedInWalletSyncTransport(PrefService* prefs, in SetUserOptedInWalletSyncTransport()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/common/
H A Dautofill_prefs.h12 class PrefService; variable
67 void MigrateDeprecatedAutofillPrefs(PrefService* prefs);
69 bool IsAutocompleteEnabled(const PrefService* prefs);
71 bool IsCreditCardFIDOAuthEnabled(PrefService* prefs);
75 bool IsAutofillCreditCardEnabled(const PrefService* prefs);
79 bool IsAutofillManaged(const PrefService* prefs);
81 bool IsAutofillProfileManaged(const PrefService* prefs);
83 bool IsAutofillCreditCardManaged(const PrefService* prefs);
85 bool IsAutofillProfileEnabled(const PrefService* prefs);
95 void SetUserOptedInWalletSyncTransport(PrefService* prefs,
[all …]
H A Dautofill_prefs.cc185 void MigrateDeprecatedAutofillPrefs(PrefService* prefs) { in MigrateDeprecatedAutofillPrefs()
192 const PrefService::Preference* deprecated_autofill_pref = in MigrateDeprecatedAutofillPrefs()
196 const PrefService::Preference* autofill_credit_card_pref = in MigrateDeprecatedAutofillPrefs()
205 const PrefService::Preference* autofill_profile_pref = in MigrateDeprecatedAutofillPrefs()
218 bool IsAutocompleteEnabled(const PrefService* prefs) { in IsAutocompleteEnabled()
222 bool IsCreditCardFIDOAuthEnabled(PrefService* prefs) { in IsCreditCardFIDOAuthEnabled()
238 bool IsAutofillManaged(const PrefService* prefs) { in IsAutofillManaged()
242 bool IsAutofillProfileManaged(const PrefService* prefs) { in IsAutofillProfileManaged()
250 bool IsAutofillProfileEnabled(const PrefService* prefs) { in IsAutofillProfileEnabled()
273 void SetUserOptedInWalletSyncTransport(PrefService* prefs, in SetUserOptedInWalletSyncTransport()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/prefs/
H A Dpref_service.cc68 PrefService* pref_service) { in CheckForNewPrefChangesInPrefStore()
77 const PrefService::Preference* pref = in CheckForNewPrefChangesInPrefStore()
87 PrefService::PrefService( in PrefService() function in PrefService
108 PrefService::~PrefService() { in ~PrefService()
140 void PrefService::CommitPendingWrite( in CommitPendingWrite()
248 const PrefService::Preference* PrefService::FindPreference( in FindPreference()
264 bool PrefService::ReadOnly() const { in ReadOnly()
268 PrefService::PrefInitializationStatus PrefService::GetInitializationStatus() in GetInitializationStatus()
283 PrefService::PrefInitializationStatus
420 void PrefService::ChangePrefValueStore( in ChangePrefValueStore()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dprefetch_prefs.h12 class PrefService; variable
31 bool IsEnabled(PrefService* prefs);
36 bool IsPrefetchingEnabledInSettings(PrefService* prefs);
41 void SetEnabledByServer(PrefService* prefs, bool enabled);
43 bool IsEnabledByServer(PrefService* prefs);
47 bool IsLimitlessPrefetchingEnabled(PrefService* prefs);
57 std::string GetPrefetchTestingHeader(PrefService* prefs);
61 bool IsForbiddenCheckDue(PrefService* prefs);
65 bool IsEnabledByServerUnknown(PrefService* prefs);
71 void ResetForbiddenStateForTesting(PrefService* prefs);
[all …]
H A Dprefetch_prefs.cc45 bool IsPrefetchingEnabledInSettings(PrefService* prefs) { in IsPrefetchingEnabledInSettings()
49 bool IsEnabled(PrefService* prefs) { in IsEnabled()
54 void SetLimitlessPrefetchingEnabled(PrefService* prefs, bool enabled) { in SetLimitlessPrefetchingEnabled()
62 bool IsLimitlessPrefetchingEnabled(PrefService* prefs) { in IsLimitlessPrefetchingEnabled()
82 std::string GetPrefetchTestingHeader(PrefService* prefs) { in GetPrefetchTestingHeader()
87 bool IsForbiddenCheckDue(PrefService* prefs) { in IsForbiddenCheckDue()
99 bool IsEnabledByServerUnknown(PrefService* prefs) { in IsEnabledByServerUnknown()
105 void SetEnabledByServer(PrefService* prefs, bool enabled) { in SetEnabledByServer()
114 bool IsEnabledByServer(PrefService* prefs) { in IsEnabledByServer()
119 void ResetForbiddenStateForTesting(PrefService* prefs) { in ResetForbiddenStateForTesting()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dprefetch_prefs.h12 class PrefService; variable
31 bool IsEnabled(PrefService* prefs);
36 bool IsPrefetchingEnabledInSettings(PrefService* prefs);
41 void SetEnabledByServer(PrefService* prefs, bool enabled);
43 bool IsEnabledByServer(PrefService* prefs);
47 bool IsLimitlessPrefetchingEnabled(PrefService* prefs);
57 std::string GetPrefetchTestingHeader(PrefService* prefs);
61 bool IsForbiddenCheckDue(PrefService* prefs);
65 bool IsEnabledByServerUnknown(PrefService* prefs);
71 void ResetForbiddenStateForTesting(PrefService* prefs);
[all …]
H A Dprefetch_prefs.cc45 bool IsPrefetchingEnabledInSettings(PrefService* prefs) { in IsPrefetchingEnabledInSettings()
49 bool IsEnabled(PrefService* prefs) { in IsEnabled()
54 void SetLimitlessPrefetchingEnabled(PrefService* prefs, bool enabled) { in SetLimitlessPrefetchingEnabled()
62 bool IsLimitlessPrefetchingEnabled(PrefService* prefs) { in IsLimitlessPrefetchingEnabled()
82 std::string GetPrefetchTestingHeader(PrefService* prefs) { in GetPrefetchTestingHeader()
87 bool IsForbiddenCheckDue(PrefService* prefs) { in IsForbiddenCheckDue()
99 bool IsEnabledByServerUnknown(PrefService* prefs) { in IsEnabledByServerUnknown()
105 void SetEnabledByServer(PrefService* prefs, bool enabled) { in SetEnabledByServer()
114 bool IsEnabledByServer(PrefService* prefs) { in IsEnabledByServer()
119 void ResetForbiddenStateForTesting(PrefService* prefs) { in ResetForbiddenStateForTesting()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_manager_features_util.h15 class PrefService; variable
27 bool IsOptedInForAccountStorage(const PrefService* pref_service,
38 bool ShouldShowAccountStorageOptIn(const PrefService* pref_service,
57 void OptInToAccountStorage(PrefService* pref_service,
66 PrefService* pref_service,
72 PrefService* pref_service,
89 void SetDefaultPasswordStore(PrefService* pref_service,
101 const PrefService* pref_service,
109 PrefService* pref_service,
128 const PrefService* pref_service,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/
H A Dweb_app_prefs_utils.h13 class PrefService; variable
35 bool GetBoolWebAppPref(const PrefService* pref_service,
39 void UpdateBoolWebAppPref(PrefService* pref_service,
44 base::Optional<int> GetIntWebAppPref(const PrefService* pref_service,
48 void UpdateIntWebAppPref(PrefService* pref_service,
53 base::Optional<double> GetDoubleWebAppPref(const PrefService* pref_service,
57 void UpdateDoubleWebAppPref(PrefService* pref_service,
62 base::Optional<base::Time> GetTimeWebAppPref(const PrefService* pref_service,
66 void UpdateTimeWebAppPref(PrefService* pref_service,
71 void RemoveWebAppPref(PrefService* pref_service,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/holding_space/
H A Dholding_space_prefs.h14 class PrefService; variable
32 ASH_PUBLIC_EXPORT bool IsPreviewsEnabled(PrefService* prefs);
35 ASH_PUBLIC_EXPORT void SetPreviewsEnabled(PrefService* prefs, bool enabled);
40 PrefService* prefs);
44 ASH_PUBLIC_EXPORT bool MarkTimeOfFirstAdd(PrefService* prefs);
49 PrefService* prefs);
53 ASH_PUBLIC_EXPORT bool MarkTimeOfFirstAvailability(PrefService* prefs);
58 PrefService* prefs);
62 ASH_PUBLIC_EXPORT bool MarkTimeOfFirstEntry(PrefService* prefs);
67 PrefService* prefs);
[all …]
H A Dholding_space_prefs.cc51 bool IsPreviewsEnabled(PrefService* prefs) { in IsPreviewsEnabled()
55 void SetPreviewsEnabled(PrefService* prefs, bool enabled) { in SetPreviewsEnabled()
59 base::Optional<base::Time> GetTimeOfFirstAdd(PrefService* prefs) { in GetTimeOfFirstAdd()
68 bool MarkTimeOfFirstAdd(PrefService* prefs) { in MarkTimeOfFirstAdd()
81 base::Optional<base::Time> GetTimeOfFirstAvailability(PrefService* prefs) { in GetTimeOfFirstAvailability()
87 bool MarkTimeOfFirstAvailability(PrefService* prefs) { in MarkTimeOfFirstAvailability()
95 base::Optional<base::Time> GetTimeOfFirstEntry(PrefService* prefs) { in GetTimeOfFirstEntry()
101 bool MarkTimeOfFirstEntry(PrefService* prefs) { in MarkTimeOfFirstEntry()
109 base::Optional<base::Time> GetTimeOfFirstPin(PrefService* prefs) { in GetTimeOfFirstPin()
115 bool MarkTimeOfFirstPin(PrefService* prefs) { in MarkTimeOfFirstPin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/session/
H A Dtest_pref_service_provider.h14 class PrefService; variable
30 void SetSigninPrefs(std::unique_ptr<PrefService> signin_prefs);
31 PrefService* GetSigninPrefs();
35 std::unique_ptr<PrefService> pref_service);
36 PrefService* GetUserPrefs(const AccountId& account_id);
39 std::unique_ptr<PrefService> signin_prefs_;
40 std::map<AccountId, std::unique_ptr<PrefService>> user_prefs_map_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/proxy/
H A Dproxy_apitest.cc39 PrefService* pref_service) { in ValidateSettings()
40 const PrefService::Preference* pref = in ValidateSettings()
75 void ExpectNoSettings(PrefService* pref_service) { in ExpectNoSettings()
76 const PrefService::Preference* pref = in ExpectNoSettings()
107 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
125 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
144 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
161 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
189 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
200 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/proxy/
H A Dproxy_apitest.cc40 PrefService* pref_service) { in ValidateSettings()
41 const PrefService::Preference* pref = in ValidateSettings()
76 void ExpectNoSettings(PrefService* pref_service) { in ExpectNoSettings()
77 const PrefService::Preference* pref = in ExpectNoSettings()
108 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
126 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
145 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
162 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
190 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
201 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefs/
H A Dsession_startup_pref.h12 class PrefService; variable
53 static void SetStartupPref(PrefService* prefs,
56 static SessionStartupPref GetStartupPref(const PrefService* prefs);
59 static bool TypeIsManaged(PrefService* prefs);
60 static bool URLsAreManaged(PrefService* prefs);
64 static bool TypeHasRecommendedValue(PrefService* prefs);
67 static bool TypeIsDefault(const PrefService* prefs);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/prefs/
H A Dsession_startup_pref.h12 class PrefService; variable
53 static void SetStartupPref(PrefService* prefs,
56 static SessionStartupPref GetStartupPref(PrefService* prefs);
59 static bool TypeIsManaged(PrefService* prefs);
60 static bool URLsAreManaged(PrefService* prefs);
64 static bool TypeHasRecommendedValue(PrefService* prefs);
67 static bool TypeIsDefault(PrefService* prefs);

12345678910>>...95