Home | History | Annotate | Download | only in profiles

Lines Matching refs:kApplicationLocale

1466   if (local_state->IsManagedPreference(prefs::kApplicationLocale))
1468 std::string pref_locale = GetPrefs()->GetString(prefs::kApplicationLocale);
1474 // of kApplicationLocale preference would change due to sync from other
1479 // We maintain kApplicationLocale property in both a global storage
1492 // of kApplicationLocaleBackup and kApplicationLocale preferences,
1514 GetPrefs()->SetString(prefs::kApplicationLocale, backup_locale);
1526 GetPrefs()->SetString(prefs::kApplicationLocale, new_locale);
1527 local_state->SetString(prefs::kApplicationLocale, new_locale);