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

  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 59 to_locale_.empty()) {
150 if (from_locale_ != from_locale || to_locale_ != to_locale) {
172 to_locale_.empty()) {
186 if (prefs->GetString(prefs::kApplicationLocale) != to_locale_)
189 prefs->SetString(prefs::kApplicationLocaleBackup, to_locale_);
190 prefs->SetString(prefs::kApplicationLocaleAccepted, to_locale_);
200 to_locale_ = to_locale;
202 if (!from_locale_.empty() && !to_locale_.empty()) {
206 to_locale_, cur_locale, true);
locale_change_guard.h 52 std::string to_locale_; member in class:chromeos::LocaleChangeGuard

Completed in 26 milliseconds