Searched refs:loaded_locale (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
H A Dlocal_ntp_browsertest.cc64 std::string loaded_locale = local
66 EXPECT_EQ("fr", loaded_locale);
67 g_browser_process->SetApplicationLocale(loaded_locale);
69 prefs->SetString(prefs::kApplicationLocale, loaded_locale);
/external/chromium/chrome/browser/chromeos/login/
H A Dlanguage_switch_menu.cc93 std::string loaded_locale; local
99 loaded_locale = ResourceBundle::ReloadSharedInstance(locale);
101 CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale;
H A Dbase_login_display_host.cc256 const std::string loaded_locale = local
258 CHECK(!loaded_locale.empty()) << "Locale could not be found for "
262 g_browser_process->SetApplicationLocale(loaded_locale);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlanguage_switch_menu.cc118 std::string loaded_locale; local
124 loaded_locale =
127 CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale;
H A Dlogin_display_host_impl.cc889 const std::string loaded_locale = local
891 g_browser_process->SetApplicationLocale(loaded_locale);
932 const std::string loaded_locale = local
934 CHECK(!loaded_locale.empty()) << "Locale could not be found for "
938 g_browser_process->SetApplicationLocale(loaded_locale);
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc677 const std::string loaded_locale = locale; local
679 const std::string loaded_locale = local
687 CHECK(!loaded_locale.empty()) << "Locale could not be found for " <<
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc928 const std::string loaded_locale =
933 if (loaded_locale.empty() &&
938 CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale;
939 browser_process_->SetApplicationLocale(loaded_locale);
/external/chromium/chrome/browser/
H A Dbrowser_main.cc1256 const std::string loaded_locale =
1258 CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale;
1259 g_browser_process->SetApplicationLocale(loaded_locale);

Completed in 202 milliseconds