HomeSort by relevance Sort by last modified time
    Searched defs:to_locale (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 134 std::string to_locale = prefs->GetString(prefs::kApplicationLocale); local
135 if (to_locale != cur_locale) {
143 if (from_locale.empty() || from_locale == to_locale)
146 if (prefs->GetString(prefs::kApplicationLocaleAccepted) == to_locale)
150 if (from_locale_ != from_locale || to_locale_ != to_locale) {
154 PrepareChangingLocale(from_locale, to_locale);
195 const std::string& from_locale, const std::string& to_locale) {
199 if (!to_locale.empty())
200 to_locale_ = to_locale;
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 162 std::string to_locale = prefs->GetString(prefs::kApplicationLocale); local
163 if (to_locale != cur_locale) {
171 if (from_locale.empty() || from_locale == to_locale)
174 if (prefs->GetString(prefs::kApplicationLocaleAccepted) == to_locale)
178 if (from_locale_ != from_locale || to_locale_ != to_locale) {
182 PrepareChangingLocale(from_locale, to_locale);
214 const std::string& from_locale, const std::string& to_locale) {
218 if (!to_locale.empty())
219 to_locale_ = to_locale;

Completed in 1025 milliseconds