HomeSort by relevance Sort by last modified time
    Searched defs:loaded_locale (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
local_ntp_browsertest.cc 59 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/
locale_util.cc 31 std::string loaded_locale; member in struct:chromeos::__anon4143::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/
base_login_display_host.cc 256 const std::string loaded_locale = local
258 CHECK(!loaded_locale.empty()) << "Locale could not be found for "
262 g_browser_process->SetApplicationLocale(loaded_locale);
language_switch_menu.cc 93 std::string loaded_locale; local
99 loaded_locale = ResourceBundle::ReloadSharedInstance(locale);
101 CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale;
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 87 std::string loaded_locale; member in struct:chromeos::__anon4399::SwitchLanguageTestData
94 const std::string& loaded_locale,
97 self->loaded_locale = loaded_locale;
118 EXPECT_EQ(data.loaded_locale, expected_locale);
login_display_host_impl.cc 224 const std::string& loaded_locale,
1150 const std::string loaded_locale = local
    [all...]
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 685 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 " <<

Completed in 2577 milliseconds