Searched refs:to_locale_ (Results 1 – 3 of 3) sorted by relevance
58 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()
59 std::string to_locale_; variable
32 std::string to_locale_; variable