HomeSort by relevance Sort by last modified time
    Searched refs:to_locale (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ash/system/locale/
locale_observer.h 27 const std::string& to_locale) = 0;
locale_notification_controller.h 27 const std::string& to_locale) OVERRIDE;
locale_notification_controller.cc 95 const std::string& to_locale) {
102 to_locale, cur_locale, true);
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 153 std::string to_locale = prefs->GetString(prefs::kApplicationLocale); local
154 if (to_locale != cur_locale) {
162 if (from_locale.empty() || from_locale == to_locale)
165 if (prefs->GetString(prefs::kApplicationLocaleAccepted) == to_locale)
169 if (!ShouldShowLocaleChangeNotification(from_locale, to_locale))
173 if (from_locale_ != from_locale || to_locale_ != to_locale) {
177 PrepareChangingLocale(from_locale, to_locale);
212 const std::string& from_locale, const std::string& to_locale) {
216 if (!to_locale.empty())
217 to_locale_ = to_locale;
    [all...]
locale_change_guard.h 45 const std::string& from_locale, const std::string& to_locale);
66 const std::string& to_locale);
  /external/chromium_org/ash/system/tray/
system_tray_notifier.cc 281 const std::string& to_locale) {
285 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));
system_tray_notifier.h 123 const std::string& to_locale);

Completed in 70 milliseconds