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 141 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;
locale_change_guard.h 44 const std::string& from_locale, const std::string& to_locale);
  /external/chromium_org/ash/system/tray/
system_tray_notifier.h 128 const std::string& to_locale);
system_tray_notifier.cc 296 const std::string& to_locale) {
300 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));

Completed in 87 milliseconds