Home
last modified time | relevance | path

Searched refs:MigrateUserPrefs (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dshown_sections_handler_unittest.cc21 ShownSectionsHandler::MigrateUserPrefs(prefs, 1, 3); in MigratePrefValue()
27 TEST_F(ShownSectionsHandlerTest, MigrateUserPrefs) { in TEST_F() argument
Dshown_sections_handler.h65 static void MigrateUserPrefs(PrefService* pref_service,
Dnew_tab_ui.cc448 MigrateUserPrefs(prefs, old_pref_version, current_pref_version()); in UpdateUserPrefsVersion()
456 void NewTabUI::MigrateUserPrefs(PrefService* prefs, int old_pref_version, in MigrateUserPrefs() function in NewTabUI
458 ShownSectionsHandler::MigrateUserPrefs(prefs, old_pref_version, in MigrateUserPrefs()
Dnew_tab_ui.h37 static void MigrateUserPrefs(PrefService* prefs, int old_pref_version,
Dshown_sections_handler.cc117 void ShownSectionsHandler::MigrateUserPrefs(PrefService* pref_service, in MigrateUserPrefs() function in ShownSectionsHandler
/external/chromium/chrome/browser/net/
Dssl_config_service_manager_pref.cc78 static void MigrateUserPrefs(PrefService* local_state,
111 MigrateUserPrefs(local_state, user_prefs); in SSLConfigServiceManagerPref()
141 void SSLConfigServiceManagerPref::MigrateUserPrefs(PrefService* local_state, in MigrateUserPrefs() function in SSLConfigServiceManagerPref
/external/chromium_org/chrome/browser/web_resource/
Dpromo_resource_service.cc79 void PromoResourceService::MigrateUserPrefs(PrefService* user_prefs) { in MigrateUserPrefs() function in PromoResourceService
81 NotificationPromo::MigrateUserPrefs(user_prefs); in MigrateUserPrefs()
Dpromo_resource_service.h33 static void MigrateUserPrefs(PrefService* user_prefs);
Dnotification_promo.h74 static void MigrateUserPrefs(PrefService* user_prefs);
Dnotification_promo.cc324 void NotificationPromo::MigrateUserPrefs(PrefService* user_prefs) { in MigrateUserPrefs() function in NotificationPromo
/external/chromium_org/chrome/browser/prefs/
Dbrowser_prefs.cc484 void MigrateUserPrefs(Profile* profile) { in MigrateUserPrefs() function
496 PromoResourceService::MigrateUserPrefs(prefs); in MigrateUserPrefs()
497 TranslatePrefs::MigrateUserPrefs(prefs); in MigrateUserPrefs()
500 ManagedUserService::MigrateUserPrefs(prefs); in MigrateUserPrefs()
Dbrowser_prefs.h35 void MigrateUserPrefs(Profile* profile);
/external/chromium_org/chrome/browser/translate/
Dtranslate_prefs.h97 static void MigrateUserPrefs(PrefService* user_prefs);
Dtranslate_prefs.cc338 void TranslatePrefs::MigrateUserPrefs(PrefService* user_prefs) { in MigrateUserPrefs() function in TranslatePrefs
/external/chromium_org/chrome/browser/managed_mode/
Dmanaged_user_service.h63 static void MigrateUserPrefs(PrefService* prefs);
Dmanaged_user_service.cc187 void ManagedUserService::MigrateUserPrefs(PrefService* prefs) { in MigrateUserPrefs() function in ManagedUserService
/external/chromium_org/chrome/browser/profiles/
Dprofile_impl.cc782 chrome::MigrateUserPrefs(this); in OnPrefsLoaded()