Searched refs:from_locale (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/system/locale/
H A Dlocale_observer.h26 const std::string& from_locale,
H A Dlocale_notification_controller.h27 const std::string& from_locale,
H A Dlocale_notification_controller.cc95 const std::string& from_locale,
101 from_locale, cur_locale, true);
92 OnLocaleChanged( LocaleObserver::Delegate* delegate, const std::string& cur_locale, const std::string& from_locale, const std::string& to_locale) argument
/external/chromium/chrome/browser/chromeos/
H A Dlocale_change_guard.cc142 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;
194 PrepareChangingLocale( const std::string& from_locale, const std::string& to_locale) argument
H A Dlocale_change_guard.h34 const std::string& from_locale, const std::string& to_locale);
/external/chromium_org/chrome/browser/chromeos/
H A Dlocale_change_guard.cc170 std::string from_locale = prefs->GetString(prefs::kApplicationLocaleBackup); local
171 if (from_locale.empty() || from_locale == to_locale)
178 if (from_locale_ != from_locale || to_locale_ != to_locale) {
182 PrepareChangingLocale(from_locale, to_locale);
214 const std::string& from_locale, const std::string& to_locale) {
216 if (!from_locale.empty())
217 from_locale_ = from_locale;
213 PrepareChangingLocale( const std::string& from_locale, const std::string& to_locale) argument
H A Dlocale_change_guard.h44 const std::string& from_locale, const std::string& to_locale);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_notifier.cc238 const std::string& from_locale,
243 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));
235 NotifyLocaleChanged( LocaleObserver::Delegate* delegate, const std::string& cur_locale, const std::string& from_locale, const std::string& to_locale) argument
H A Dsystem_tray_notifier.h108 const std::string& from_locale,

Completed in 160 milliseconds