Searched defs:from_locale (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/system/locale/
H A Dlocale_notification_controller.cc94 const std::string& from_locale,
100 from_locale, cur_locale, true);
91 OnLocaleChanged( LocaleObserver::Delegate* delegate, const std::string& cur_locale, const std::string& from_locale, const std::string& to_locale) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dlocale_change_guard.cc149 std::string from_locale = prefs->GetString(prefs::kApplicationLocaleBackup); local
150 if (from_locale.empty() || from_locale == to_locale)
157 if (from_locale_ != from_locale || to_locale_ != to_locale) {
161 PrepareChangingLocale(from_locale, to_locale);
193 const std::string& from_locale, const std::string& to_locale) {
195 if (!from_locale.empty())
196 from_locale_ = from_locale;
192 PrepareChangingLocale( const std::string& from_locale, const std::string& to_locale) argument
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_notifier.cc295 const std::string& from_locale,
300 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));
292 NotifyLocaleChanged( LocaleObserver::Delegate* delegate, const std::string& cur_locale, const std::string& from_locale, const std::string& to_locale) argument

Completed in 71 milliseconds