Searched refs:cur_locale (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/system/locale/
H A Dlocale_observer.h25 const std::string& cur_locale,
H A Dlocale_notification_controller.cc93 const std::string& cur_locale,
100 from_locale, cur_locale, true);
102 to_locale, cur_locale, true);
91 OnLocaleChanged( LocaleObserver::Delegate* delegate, const std::string& cur_locale, const std::string& from_locale, const std::string& to_locale) argument
H A Dlocale_notification_controller.h25 const std::string& cur_locale,
/external/chromium_org/chrome/browser/chromeos/
H A Dlocale_change_guard.cc141 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
142 if (cur_locale.empty()) {
154 if (to_locale != cur_locale) {
183 this, cur_locale, from_locale_, to_locale_);
213 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
221 from_locale_, cur_locale, true);
223 to_locale_, cur_locale, true);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_notifier.cc279 const std::string& cur_locale,
285 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));
277 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.h121 const std::string& cur_locale,
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc1234 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
1235 GetPrefs()->SetString(prefs::kApplicationLocaleBackup, cur_locale);
1238 locale_change_guard_->PrepareChangingLocale(cur_locale, new_locale);
1241 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
1249 GetPrefs()->SetString(prefs::kApplicationLocaleBackup, cur_locale);

Completed in 112 milliseconds