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

  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 142 std::string from_locale = prefs->GetString(prefs::kApplicationLocaleBackup); local
143 if (from_locale.empty() || from_locale == 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) {
197 if (!from_locale.empty())
198 from_locale_ = from_locale;
locale_change_guard.h 34 const std::string& from_locale, const std::string& to_locale);

Completed in 200 milliseconds