Searched defs:RegisterPrefs (Results 51 - 75 of 89) sorted by path

1234

/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_factory.cc551 void RegisterPrefs(PrefRegistrySimple* registry) { function in namespace:chrome_prefs
552 ProfilePrefStoreManager::RegisterPrefs(registry);
H A Dprofile_pref_store_manager.cc52 void ProfilePrefStoreManager::RegisterPrefs(PrefRegistrySimple* registry) { function in class:ProfilePrefStoreManager
53 PrefServiceHashStoreContents::RegisterPrefs(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
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_factory.cc32 void AutomaticProfileResetterFactory::RegisterPrefs( function in class:AutomaticProfileResetterFactory
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc830 void ProfileInfoCache::RegisterPrefs(PrefRegistrySimple* registry) { function in class:ProfileInfoCache
H A Dprofiles_state.cc43 void RegisterPrefs(PrefRegistrySimple* registry) { function in namespace:profiles
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.cc225 void EasyUnlockService::RegisterPrefs(PrefRegistrySimple* registry) { function in class:EasyUnlockService
H A Dsignin_manager_factory.cc100 void SigninManagerFactory::RegisterPrefs(PrefRegistrySimple* registry) { function in class:SigninManagerFactory
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc1480 void TaskManager::RegisterPrefs(PrefRegistrySimple* registry) { function in class:TaskManager
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc212 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple* registry) {} function in class:autofill::AutofillDialogController
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.cc137 void AppListService::RegisterPrefs(PrefRegistrySimple* registry) { function in class:AppListService
H A Dapp_list_service_disabled.cc68 void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {} function in class:AppListService
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller.cc24 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple* registry) {} function in class:autofill::AutofillDialogController
H A Dautofill_dialog_controller_impl.cc701 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple* registry) { function in class:autofill::AutofillDialogController
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dquit_with_apps_controller_mac.cc146 void QuitWithAppsController::RegisterPrefs(PrefRegistrySimple* registry) { function in class:QuitWithAppsController
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcharger_replacement_handler.cc219 void ChargerReplacementHandler::RegisterPrefs(PrefRegistrySimple* registry) { function in class:chromeos::ChargerReplacementHandler
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Ddemo_mode_detector.cc61 void DemoModeDetector::RegisterPrefs(PrefRegistrySimple* registry) { function in class:chromeos::DemoModeDetector
H A Dhid_detection_screen_handler.cc397 void HIDDetectionScreenHandler::RegisterPrefs(PrefRegistrySimple* registry) { function in class:chromeos::HIDDetectionScreenHandler
H A Dreset_screen_handler.cc183 void ResetScreenHandler::RegisterPrefs(PrefRegistrySimple* registry) { function in class:chromeos::ResetScreenHandler
H A Dsignin_screen_handler.cc789 void SigninScreenHandler::RegisterPrefs(PrefRegistrySimple* registry) { function in class:chromeos::SigninScreenHandler
/external/chromium_org/chrome/browser/ui/webui/
H A Dflags_ui.cc327 void FlagsUI::RegisterPrefs(PrefRegistrySimple* registry) { function in class:FlagsUI
/external/chromium_org/chrome/browser/
H A Dupgrade_detector.cc35 void UpgradeDetector::RegisterPrefs(PrefRegistrySimple* registry) { function in class:UpgradeDetector
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.cc318 void NotificationPromo::RegisterPrefs(PrefRegistrySimple* registry) { function in class:NotificationPromo
H A Dpromo_resource_service.cc64 void PromoResourceService::RegisterPrefs(PrefRegistrySimple* registry) { function in class:PromoResourceService
66 NotificationPromo::RegisterPrefs(registry);
/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_prefs.cc12 void RegisterPrefs(PrefRegistrySimple* registry) { function in namespace:chromecast::metrics
13 ::metrics::MetricsService::RegisterPrefs(registry);

Completed in 406 milliseconds

1234