OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
204
//
MigrateUserPrefs
.
484
void
MigrateUserPrefs
(Profile* profile) {
496
PromoResourceService::
MigrateUserPrefs
(prefs);
497
TranslatePrefs::
MigrateUserPrefs
(prefs);
500
ManagedUserService::
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
79
void PromoResourceService::
MigrateUserPrefs
(PrefService* user_prefs) {
81
NotificationPromo::
MigrateUserPrefs
(user_prefs);
notification_promo.h
74
static void
MigrateUserPrefs
(PrefService* user_prefs);
notification_promo.cc
324
void NotificationPromo::
MigrateUserPrefs
(PrefService* user_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
97
static void
MigrateUserPrefs
(PrefService* user_prefs);
translate_prefs.cc
338
void TranslatePrefs::
MigrateUserPrefs
(PrefService* user_prefs) {
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.h
63
static void
MigrateUserPrefs
(PrefService* prefs);
managed_user_service.cc
187
void ManagedUserService::
MigrateUserPrefs
(PrefService* prefs) {
/external/chromium_org/chrome/browser/profiles/
profile_impl.cc
782
chrome::
MigrateUserPrefs
(this);
[
all
...]
Completed in 194 milliseconds