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

/external/chromium_org/chrome/browser/ui/search/
H A Dlocal_ntp_browsertest.cc59 std::string loaded_locale = local
61 EXPECT_EQ("fr", loaded_locale);
62 g_browser_process->SetApplicationLocale(loaded_locale);
64 prefs->SetString(prefs::kApplicationLocale, loaded_locale);
/external/chromium_org/chrome/browser/chromeos/base/
H A Dlocale_util.cc31 std::string loaded_locale; member in struct:chromeos::__anon4453::SwitchLanguageData
40 data->loaded_locale =
43 data->success = !data->loaded_locale.empty();
52 g_browser_process->SetApplicationLocale(data->loaded_locale);
68 data->callback->Run(data->locale, data->loaded_locale, data->success);
/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/ui/webui/chromeos/login/
H A Dnetwork_screen_handler.h60 const std::string& loaded_locale,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc87 std::string loaded_locale; member in struct:chromeos::__anon4709::SwitchLanguageTestData
94 const std::string& loaded_locale,
97 self->loaded_locale = loaded_locale;
118 EXPECT_EQ(data.loaded_locale, expected_locale);
92 OnLocaleSwitched(SwitchLanguageTestData* self, const std::string& locale, const std::string& loaded_locale, const bool success) argument
H A Dlogin_display_host_impl.cc224 const std::string& loaded_locale,
1150 const std::string loaded_locale = local
1152 g_browser_process->SetApplicationLocale(loaded_locale);
221 OnLanguageSwitchedCallback( scoped_ptr<ShowLoginWizardSwitchLanguageCallbackData> self, const std::string& locale, const std::string& loaded_locale, const bool success) argument
H A Dlogin_utils.cc158 const std::string& loaded_locale,
276 const std::string& /* loaded_locale */,
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc685 const std::string loaded_locale = locale; local
687 const std::string loaded_locale = local
695 CHECK(!loaded_locale.empty()) << "Locale could not be found for " <<
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc907 const std::string loaded_locale =
912 if (loaded_locale.empty() &&
917 CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale;
918 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 250 milliseconds