/external/chromium/chrome/browser/ui/webui/ |
D | shown_sections_handler_unittest.cc | 21 ShownSectionsHandler::MigrateUserPrefs(prefs, 1, 3); in MigratePrefValue() 27 TEST_F(ShownSectionsHandlerTest, MigrateUserPrefs) { in TEST_F() argument
|
D | shown_sections_handler.h | 65 static void MigrateUserPrefs(PrefService* pref_service,
|
D | new_tab_ui.cc | 448 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()
|
D | new_tab_ui.h | 37 static void MigrateUserPrefs(PrefService* prefs, int old_pref_version,
|
D | shown_sections_handler.cc | 117 void ShownSectionsHandler::MigrateUserPrefs(PrefService* pref_service, in MigrateUserPrefs() function in ShownSectionsHandler
|
/external/chromium/chrome/browser/net/ |
D | ssl_config_service_manager_pref.cc | 78 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/ |
D | promo_resource_service.cc | 79 void PromoResourceService::MigrateUserPrefs(PrefService* user_prefs) { in MigrateUserPrefs() function in PromoResourceService 81 NotificationPromo::MigrateUserPrefs(user_prefs); in MigrateUserPrefs()
|
D | promo_resource_service.h | 33 static void MigrateUserPrefs(PrefService* user_prefs);
|
D | notification_promo.h | 74 static void MigrateUserPrefs(PrefService* user_prefs);
|
D | notification_promo.cc | 324 void NotificationPromo::MigrateUserPrefs(PrefService* user_prefs) { in MigrateUserPrefs() function in NotificationPromo
|
/external/chromium_org/chrome/browser/prefs/ |
D | browser_prefs.cc | 484 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()
|
D | browser_prefs.h | 35 void MigrateUserPrefs(Profile* profile);
|
/external/chromium_org/chrome/browser/translate/ |
D | translate_prefs.h | 97 static void MigrateUserPrefs(PrefService* user_prefs);
|
D | translate_prefs.cc | 338 void TranslatePrefs::MigrateUserPrefs(PrefService* user_prefs) { in MigrateUserPrefs() function in TranslatePrefs
|
/external/chromium_org/chrome/browser/managed_mode/ |
D | managed_user_service.h | 63 static void MigrateUserPrefs(PrefService* prefs);
|
D | managed_user_service.cc | 187 void ManagedUserService::MigrateUserPrefs(PrefService* prefs) { in MigrateUserPrefs() function in ManagedUserService
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_impl.cc | 782 chrome::MigrateUserPrefs(this); in OnPrefsLoaded()
|