Searched refs:RegisterPrefs (Results 101 - 125 of 205) sorted by path

123456789

/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_seed_store_unittest.cc94 VariationsSeedStore::RegisterPrefs(prefs.registry());
134 VariationsSeedStore::RegisterPrefs(prefs.registry());
160 VariationsSeedStore::RegisterPrefs(prefs.registry());
H A Dvariations_service.cc402 void VariationsService::RegisterPrefs(PrefRegistrySimple* registry) { function in class:chrome_variations::VariationsService
403 VariationsSeedStore::RegisterPrefs(registry);
H A Dvariations_service.h117 static void RegisterPrefs(PrefRegistrySimple* registry);
H A Dvariations_service_unittest.cc180 VariationsService::RegisterPrefs(prefs.registry());
235 VariationsService::RegisterPrefs(prefs.registry());
254 VariationsService::RegisterPrefs(prefs.registry());
267 VariationsService::RegisterPrefs(prefs.registry());
288 VariationsService::RegisterPrefs(prefs.registry());
305 VariationsService::RegisterPrefs(prefs.registry());
335 VariationsService::RegisterPrefs(prefs.registry());
356 VariationsService::RegisterPrefs(prefs.registry());
373 VariationsService::RegisterPrefs(prefs.registry());
/external/chromium_org/chrome/browser/net/
H A Dpref_proxy_config_tracker_impl.cc204 void PrefProxyConfigTrackerImpl::RegisterPrefs(PrefRegistrySimple* registry) { function in class:PrefProxyConfigTrackerImpl
H A Dpref_proxy_config_tracker_impl.h126 static void RegisterPrefs(PrefRegistrySimple* registry);
H A Dpref_proxy_config_tracker_impl_unittest.cc84 PrefProxyConfigTrackerImpl::RegisterPrefs(registry);
H A Dssl_config_service_manager.h24 static void RegisterPrefs(PrefRegistrySimple* registry);
H A Dssl_config_service_manager_pref.cc152 static void RegisterPrefs(PrefRegistrySimple* registry);
225 void SSLConfigServiceManagerPref::RegisterPrefs(PrefRegistrySimple* registry) { function in class:SSLConfigServiceManagerPref
332 void SSLConfigServiceManager::RegisterPrefs(PrefRegistrySimple* registry) { function in class:SSLConfigServiceManager
333 SSLConfigServiceManagerPref::RegisterPrefs(registry);
H A Dssl_config_service_manager_pref_unittest.cc45 SSLConfigServiceManager::RegisterPrefs(local_state.registry());
62 SSLConfigServiceManager::RegisterPrefs(local_state.registry());
97 SSLConfigServiceManager::RegisterPrefs(local_state.registry());
139 SSLConfigServiceManager::RegisterPrefs(registry.get());
182 SSLConfigServiceManager::RegisterPrefs(registry.get());
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc101 void MessageCenterNotificationManager::RegisterPrefs( function in class:MessageCenterNotificationManager
H A Dmessage_center_notification_manager.h51 static void RegisterPrefs(PrefRegistrySimple* registry);
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder.cc134 void PluginFinder::RegisterPrefs(PrefRegistrySimple* registry) { function in class:PluginFinder
H A Dplugin_finder.h36 static void RegisterPrefs(PrefRegistrySimple* registry);
H A Dplugins_resource_service.cc76 void PluginsResourceService::RegisterPrefs(PrefRegistrySimple* registry) { function in class:PluginsResourceService
H A Dplugins_resource_service.h21 static void RegisterPrefs(PrefRegistrySimple* registry);
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc243 AppListService::RegisterPrefs(registry);
244 browser_shutdown::RegisterPrefs(registry);
245 BrowserProcessImpl::RegisterPrefs(registry);
246 ChromeMetricsServiceClient::RegisterPrefs(registry);
247 chrome_prefs::RegisterPrefs(registry);
248 chrome_variations::VariationsService::RegisterPrefs(registry);
250 ExternalProtocolHandler::RegisterPrefs(registry);
251 FlagsUI::RegisterPrefs(registry);
252 geolocation::RegisterPrefs(registry);
253 GLStringManager::RegisterPrefs(registr
[all...]
H A Dchrome_pref_service_factory.cc551 void RegisterPrefs(PrefRegistrySimple* registry) { function in namespace:chrome_prefs
552 ProfilePrefStoreManager::RegisterPrefs(registry);
H A Dchrome_pref_service_factory.h110 void RegisterPrefs(PrefRegistrySimple* registry);
H A Dprofile_pref_store_manager.cc52 void ProfilePrefStoreManager::RegisterPrefs(PrefRegistrySimple* registry) { function in class:ProfilePrefStoreManager
53 PrefServiceHashStoreContents::RegisterPrefs(registry);
H A Dprofile_pref_store_manager.h58 static void RegisterPrefs(PrefRegistrySimple* registry);
H A Dprofile_pref_store_manager_unittest.cc99 ProfilePrefStoreManager::RegisterPrefs(local_state_.registry());
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dpref_service_hash_store_contents.cc74 void PrefServiceHashStoreContents::RegisterPrefs(PrefRegistrySimple* registry) { function in class:PrefServiceHashStoreContents
H A Dpref_service_hash_store_contents.h29 // |pref_service| must have previously been configured using |RegisterPrefs|.
51 static void RegisterPrefs(PrefRegistrySimple* registry);
H A Dpref_service_hash_store_contents_unittest.cc17 PrefServiceHashStoreContents::RegisterPrefs(local_state_.registry());

Completed in 2290 milliseconds

123456789