/external/chromium_org/ash/system/locale/ |
locale_observer.h | 25 const std::string& cur_locale,
|
locale_notification_controller.cc | 91 const std::string& cur_locale, 98 from_locale, cur_locale, true); 100 to_locale, cur_locale, true);
|
locale_notification_controller.h | 26 const std::string& cur_locale,
|
/external/chromium_org/chrome/browser/chromeos/ |
locale_change_guard.cc | 150 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 151 if (cur_locale.empty()) { 163 if (to_locale != cur_locale) { 186 this, cur_locale, from_locale_, to_locale_); 215 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 223 from_locale_, cur_locale, true); 225 to_locale_, cur_locale, true);
|
/external/chromium/chrome/browser/chromeos/ |
locale_change_guard.cc | 122 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 123 if (cur_locale.empty()) { 135 if (to_locale != cur_locale) { 196 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 204 from_locale_, cur_locale, true); 206 to_locale_, cur_locale, true);
|
/external/chromium_org/ash/system/tray/ |
system_tray_notifier.cc | 262 const std::string& cur_locale, 268 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));
|
system_tray_notifier.h | 118 const std::string& cur_locale,
|
/external/chromium/chrome/browser/profiles/ |
profile_impl.cc | 1497 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 1504 std::string cur_locale = g_browser_process->GetApplicationLocale(); local [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_impl.cc | 1043 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 1050 std::string cur_locale = g_browser_process->GetApplicationLocale(); local [all...] |
/external/chromium_org/chrome/test/reliability/ |
automated_ui_tests.cc | 490 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 493 cur_locale, "ISO-8859-1,windows-1252", std::string());
|