Lines Matching refs:registry

19 void RegisterSyncableProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {  in RegisterSyncableProfilePrefs()  argument
20 registry->RegisterBooleanPref(prefs::kDataSaverEnabled, false); in RegisterSyncableProfilePrefs()
21 registry->RegisterBooleanPref(prefs::kDataReductionProxyWasEnabledBefore, in RegisterSyncableProfilePrefs()
24 registry->RegisterInt64Pref(prefs::kDataReductionProxyLastEnabledTime, 0L); in RegisterSyncableProfilePrefs()
26 registry->RegisterBooleanPref(prefs::kDataUsageReportingEnabled, false); in RegisterSyncableProfilePrefs()
28 registry->RegisterInt64Pref(prefs::kHttpReceivedContentLength, 0); in RegisterSyncableProfilePrefs()
29 registry->RegisterInt64Pref(prefs::kHttpOriginalContentLength, 0); in RegisterSyncableProfilePrefs()
31 registry->RegisterListPref(prefs::kDailyHttpOriginalContentLength); in RegisterSyncableProfilePrefs()
33 registry->RegisterListPref(prefs::kDailyHttpReceivedContentLength); in RegisterSyncableProfilePrefs()
35 registry->RegisterInt64Pref(prefs::kDailyHttpContentLengthLastUpdateDate, 0L); in RegisterSyncableProfilePrefs()
36 registry->RegisterStringPref(prefs::kDataReductionProxyConfig, std::string()); in RegisterSyncableProfilePrefs()
37 registry->RegisterInt64Pref(prefs::kDataReductionProxyLastConfigRetrievalTime, in RegisterSyncableProfilePrefs()
40 registry->RegisterIntegerPref(prefs::kThisWeekNumber, false); in RegisterSyncableProfilePrefs()
41 registry->RegisterDictionaryPref( in RegisterSyncableProfilePrefs()
43 registry->RegisterDictionaryPref( in RegisterSyncableProfilePrefs()
45 registry->RegisterDictionaryPref( in RegisterSyncableProfilePrefs()
47 registry->RegisterDictionaryPref( in RegisterSyncableProfilePrefs()
49 registry->RegisterDictionaryPref( in RegisterSyncableProfilePrefs()
52 registry->RegisterDictionaryPref( in RegisterSyncableProfilePrefs()
57 void RegisterSimpleProfilePrefs(PrefRegistrySimple* registry) { in RegisterSimpleProfilePrefs() argument
58 registry->RegisterBooleanPref( in RegisterSimpleProfilePrefs()
61 registry->RegisterBooleanPref(prefs::kDataUsageReportingEnabled, false); in RegisterSimpleProfilePrefs()
62 RegisterPrefs(registry); in RegisterSimpleProfilePrefs()
67 void RegisterPrefs(PrefRegistrySimple* registry) { in RegisterPrefs() argument
68 registry->RegisterStringPref(prefs::kDataReductionProxy, std::string()); in RegisterPrefs()
69 registry->RegisterInt64Pref(prefs::kDataReductionProxyLastEnabledTime, 0L); in RegisterPrefs()
70 registry->RegisterInt64Pref(prefs::kHttpReceivedContentLength, 0); in RegisterPrefs()
71 registry->RegisterInt64Pref( in RegisterPrefs()
73 registry->RegisterListPref( in RegisterPrefs()
75 registry->RegisterListPref(prefs::kDailyHttpReceivedContentLength); in RegisterPrefs()
76 registry->RegisterInt64Pref( in RegisterPrefs()
78 registry->RegisterStringPref(prefs::kDataReductionProxyConfig, std::string()); in RegisterPrefs()
79 registry->RegisterInt64Pref(prefs::kDataReductionProxyLastConfigRetrievalTime, in RegisterPrefs()
82 registry->RegisterIntegerPref(prefs::kThisWeekNumber, false); in RegisterPrefs()
83 registry->RegisterDictionaryPref( in RegisterPrefs()
85 registry->RegisterDictionaryPref( in RegisterPrefs()
87 registry->RegisterDictionaryPref( in RegisterPrefs()
89 registry->RegisterDictionaryPref( in RegisterPrefs()
91 registry->RegisterDictionaryPref( in RegisterPrefs()
94 registry->RegisterDictionaryPref( in RegisterPrefs()