/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 | 129 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 130 if (cur_locale.empty()) { 142 if (to_locale != cur_locale) { 165 this, cur_locale, from_locale_, to_locale_); 194 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 202 from_locale_, cur_locale, true); 204 to_locale_, cur_locale, true);
|
/external/chromium_org/ash/system/tray/ |
system_tray_notifier.h | 126 const std::string& cur_locale,
|
system_tray_notifier.cc | 294 const std::string& cur_locale, 300 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));
|
/external/chromium_org/chrome/browser/profiles/ |
profile_impl.cc | 1128 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 1135 std::string cur_locale = g_browser_process->GetApplicationLocale(); local [all...] |