Home
last modified time | relevance | path

Searched refs:from_locale (Results 1 – 7 of 7) sorted by relevance

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