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

  /external/chromium_org/ash/system/locale/
locale_observer.h 25 const std::string& cur_locale,
locale_notification_controller.h 25 const std::string& cur_locale,
locale_notification_controller.cc 93 const std::string& cur_locale,
100 from_locale, cur_locale, true);
102 to_locale, cur_locale, true);
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 141 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/
system_tray_notifier.cc 279 const std::string& cur_locale,
285 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));
system_tray_notifier.h 121 const std::string& cur_locale,
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 1234 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
1241 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
    [all...]

Completed in 183 milliseconds