Home
last modified time | relevance | path

Searched refs:to_locale_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
Dlocale_change_guard.cc58 to_locale_.empty()) { in RevertLocaleChange()
157 if (from_locale_ != from_locale || to_locale_ != to_locale) { in Check()
165 this, cur_locale, from_locale_, to_locale_); in Check()
171 to_locale_.empty()) { in AcceptLocaleChange()
185 if (prefs->GetString(prefs::kApplicationLocale) != to_locale_) in AcceptLocaleChange()
188 prefs->SetString(prefs::kApplicationLocaleBackup, to_locale_); in AcceptLocaleChange()
189 prefs->SetString(prefs::kApplicationLocaleAccepted, to_locale_); in AcceptLocaleChange()
198 to_locale_ = to_locale; in PrepareChangingLocale()
200 if (!from_locale_.empty() && !to_locale_.empty()) { in PrepareChangingLocale()
204 to_locale_, cur_locale, true); in PrepareChangingLocale()
Dlocale_change_guard.h59 std::string to_locale_; variable
/external/chromium_org/ash/system/locale/
Dlocale_notification_controller.h32 std::string to_locale_; variable