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

  /external/chromium_org/chrome/browser/prefs/
browser_prefs.h 35 void MigrateUserPrefs(Profile* profile);
browser_prefs.cc 180 // MigrateUserPrefs.
435 void MigrateUserPrefs(Profile* profile) {
450 PrefsTabHelper::MigrateUserPrefs(prefs);
451 PromoResourceService::MigrateUserPrefs(prefs);
452 TranslatePrefs::MigrateUserPrefs(prefs);
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler_unittest.cc 21 ShownSectionsHandler::MigrateUserPrefs(prefs, 1, 3);
27 TEST_F(ShownSectionsHandlerTest, MigrateUserPrefs) {
shown_sections_handler.h 65 static void MigrateUserPrefs(PrefService* pref_service,
new_tab_ui.h 37 static void MigrateUserPrefs(PrefService* prefs, int old_pref_version,
102 // Updates the user prefs version and calls |MigrateUserPrefs| if needed.
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,
shown_sections_handler.cc 117 void ShownSectionsHandler::MigrateUserPrefs(PrefService* pref_service,
  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service.h 33 static void MigrateUserPrefs(PrefService* user_prefs);
promo_resource_service.cc 83 void PromoResourceService::MigrateUserPrefs(PrefService* user_prefs) {
85 NotificationPromo::MigrateUserPrefs(user_prefs);
notification_promo.h 74 static void MigrateUserPrefs(PrefService* user_prefs);
notification_promo.cc 329 void NotificationPromo::MigrateUserPrefs(PrefService* user_prefs) {
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.h 34 static void MigrateUserPrefs(PrefService* prefs);
prefs_tab_helper.cc 638 void PrefsTabHelper::MigrateUserPrefs(PrefService* 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/translate/
translate_prefs.h 87 static void MigrateUserPrefs(PrefService* user_prefs);
translate_prefs.cc 308 void TranslatePrefs::MigrateUserPrefs(PrefService* user_prefs) {
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 751 chrome::MigrateUserPrefs(this);
    [all...]

Completed in 509 milliseconds