Home
last modified time | relevance | path

Searched refs:kApplicationLocaleAccepted (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
Dlocale_change_guard.cc165 if (prefs->GetString(prefs::kApplicationLocaleAccepted) == to_locale) in Check()
208 prefs->SetString(prefs::kApplicationLocaleAccepted, to_locale_); in AcceptLocaleChange()
/external/chromium_org/chrome/browser/profiles/
Dprofile.cc173 prefs::kApplicationLocaleAccepted, in RegisterProfilePrefs()
Dprofile_impl.cc1214 GetPrefs()->ClearPref(prefs::kApplicationLocaleAccepted); in ChangeAppLocale()
1225 GetPrefs()->GetString(prefs::kApplicationLocaleAccepted); in ChangeAppLocale()
/external/chromium_org/chrome/common/
Dpref_names.cc147 const char kApplicationLocaleAccepted[] = "intl.app_locale_accepted"; variable
Dpref_names.h56 extern const char kApplicationLocaleAccepted[];
/external/chromium_org/chrome/browser/chromeos/login/session/
Duser_session_manager.cc91 prefs->SetString(prefs::kApplicationLocaleAccepted, locale); in InitLocaleAndInputMethodsForNewUser()