Searched refs:from_locale (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/ |
D | locale_change_guard.cc | 161 std::string from_locale = prefs->GetString(prefs::kApplicationLocaleBackup); in Check() local 162 if (from_locale.empty() || from_locale == to_locale) in Check() 169 if (!ShouldShowLocaleChangeNotification(from_locale, to_locale)) in Check() 173 if (from_locale_ != from_locale || to_locale_ != to_locale) { in Check() 177 PrepareChangingLocale(from_locale, to_locale); in Check() 212 const std::string& from_locale, const std::string& to_locale) { in PrepareChangingLocale() argument 214 if (!from_locale.empty()) in PrepareChangingLocale() 215 from_locale_ = from_locale; in PrepareChangingLocale() 236 const std::string& from_locale, in ShouldShowLocaleChangeNotification() argument 238 const std::string from_lang = l10n_util::GetLanguage(from_locale); in ShouldShowLocaleChangeNotification() [all …]
|
D | locale_change_guard.h | 45 const std::string& from_locale, const std::string& to_locale); 65 static bool ShouldShowLocaleChangeNotification(const std::string& from_locale,
|
/external/chromium_org/ash/system/locale/ |
D | locale_notification_controller.cc | 94 const std::string& from_locale, in OnLocaleChanged() argument 100 from_locale, cur_locale, true); in OnLocaleChanged()
|
D | locale_observer.h | 26 const std::string& from_locale,
|
D | locale_notification_controller.h | 26 const std::string& from_locale,
|
/external/chromium_org/ash/system/tray/ |
D | system_tray_notifier.cc | 280 const std::string& from_locale, in NotifyLocaleChanged() argument 285 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale)); in NotifyLocaleChanged()
|
D | system_tray_notifier.h | 122 const std::string& from_locale,
|