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

/external/chromium_org/ash/system/locale/
H A Dlocale_notification_controller.cc95 const std::string& to_locale) {
102 to_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.cc141 std::string to_locale = prefs->GetString(prefs::kApplicationLocale); local
142 if (to_locale != cur_locale) {
150 if (from_locale.empty() || from_locale == to_locale)
153 if (prefs->GetString(prefs::kApplicationLocaleAccepted) == 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) {
197 if (!to_locale.empty())
198 to_locale_ = to_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.cc296 const std::string& to_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 130 milliseconds