HomeSort by relevance Sort by last modified time
    Searched defs:MigrateUserPrefs (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 117 void ShownSectionsHandler::MigrateUserPrefs(PrefService* pref_service,
new_tab_ui.cc 448 MigrateUserPrefs(prefs, old_pref_version, current_pref_version());
456 void NewTabUI::MigrateUserPrefs(PrefService* prefs, int old_pref_version,
458 ShownSectionsHandler::MigrateUserPrefs(prefs, old_pref_version,
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 204 // MigrateUserPrefs.
484 void MigrateUserPrefs(Profile* profile) {
496 PromoResourceService::MigrateUserPrefs(prefs);
497 TranslatePrefs::MigrateUserPrefs(prefs);
500 ManagedUserService::MigrateUserPrefs(prefs);
  /external/chromium/chrome/browser/net/
ssl_config_service_manager_pref.cc 78 static void MigrateUserPrefs(PrefService* local_state,
111 MigrateUserPrefs(local_state, user_prefs);
141 void SSLConfigServiceManagerPref::MigrateUserPrefs(PrefService* local_state,
  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service.cc 79 void PromoResourceService::MigrateUserPrefs(PrefService* user_prefs) {
81 NotificationPromo::MigrateUserPrefs(user_prefs);
notification_promo.cc 324 void NotificationPromo::MigrateUserPrefs(PrefService* user_prefs) {
  /external/chromium_org/chrome/browser/translate/
translate_prefs.cc 338 void TranslatePrefs::MigrateUserPrefs(PrefService* user_prefs) {
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc 187 void ManagedUserService::MigrateUserPrefs(PrefService* prefs) {

Completed in 2390 milliseconds