/external/chromium_org/ash/system/locale/ |
locale_observer.h | 25 const std::string& cur_locale,
|
locale_notification_controller.h | 26 const std::string& cur_locale,
|
locale_notification_controller.cc | 94 const std::string& cur_locale, 101 from_locale, cur_locale, true); 103 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/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_org/ash/system/tray/ |
system_tray_notifier.h | 107 const std::string& cur_locale,
|
system_tray_notifier.cc | 237 const std::string& cur_locale, 243 OnLocaleChanged(delegate, cur_locale, from_locale, to_locale));
|
/external/chromium_org/chrome/browser/profiles/ |
profile_impl.cc | 1093 std::string cur_locale = g_browser_process->GetApplicationLocale(); local 1100 std::string cur_locale = g_browser_process->GetApplicationLocale(); local [all...] |
/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...] |