HomeSort by relevance Sort by last modified time
    Searched refs:GetApplicationLocale (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium/chrome/browser/search_engines/
search_terms_data.h 28 virtual std::string GetApplicationLocale() const = 0;
46 virtual std::string GetApplicationLocale() const;
search_terms_data.cc 68 std::string UIThreadSearchTermsData::GetApplicationLocale() const {
71 return g_browser_process->GetApplicationLocale();
search_provider_install_data.cc 37 virtual std::string GetApplicationLocale() const;
59 std::string IOThreadSearchTermsData::GetApplicationLocale() const {
  /external/chromium/chrome/browser/first_run/
first_run_gtk.cc 35 // we pass the language as an argument. GetApplicationLocale checks the
38 g_browser_process->GetApplicationLocale());
  /external/chromium/android/ui/base/l10n/
l10n_util.h 97 std::string GetApplicationLocale();
l10n_util.cc 98 std::string GetApplicationLocale()
  /external/chromium/chrome/browser/chromeos/login/
html_page_screen.cc 100 const std::string locale = g_browser_process->GetApplicationLocale();
127 const std::string locale = g_browser_process->GetApplicationLocale();
account_screen.cc 149 const std::string locale = g_browser_process->GetApplicationLocale();
174 const std::string locale = g_browser_process->GetApplicationLocale();
registration_screen.cc 88 const std::string locale = g_browser_process->GetApplicationLocale();
139 const std::string locale = g_browser_process->GetApplicationLocale();
language_switch_menu.cc 72 const std::string locale = g_browser_process->GetApplicationLocale();
86 if (g_browser_process->GetApplicationLocale() == locale) {
wizard_controller_browsertest.cc 81 EXPECT_EQ("en-US", g_browser_process->GetApplicationLocale());
88 EXPECT_EQ("fr", g_browser_process->GetApplicationLocale());
97 EXPECT_EQ("ar", g_browser_process->GetApplicationLocale());
login_utils.cc 383 pref_locale = g_browser_process->GetApplicationLocale();
473 std::string locale = g_browser_process->GetApplicationLocale();
  /external/chromium/chrome/browser/
default_encoding_combo_model.cc 18 std::string locale = g_browser_process->GetApplicationLocale();
language_combobox_model.cc 40 const std::string app_locale = g_browser_process->GetApplicationLocale();
59 l10n_util::SortStrings16(g_browser_process->GetApplicationLocale(),
browser_process.h 175 virtual const std::string& GetApplicationLocale() = 0;
language_order_table_model.cc 44 const std::string app_locale = g_browser_process->GetApplicationLocale();
utility_process_host.cc 141 std::string locale = g_browser_process->GetApplicationLocale();
  /external/chromium/chrome/browser/google/
google_util.cc 40 std::string locale = g_browser_process->GetApplicationLocale();
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 122 std::string cur_locale = g_browser_process->GetApplicationLocale();
196 std::string cur_locale = g_browser_process->GetApplicationLocale();
  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.cc 123 g_browser_process->GetApplicationLocale(),
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.cc 52 const std::string app_locale = g_browser_process->GetApplicationLocale();
language_options_handler_common.cc 92 g_browser_process->GetApplicationLocale());
  /external/chromium/chrome/common/extensions/
extension_resource_unittest.cc 61 l10n_util::GetParentLocales(l10n_util::GetApplicationLocale(""), &locales);
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_model.cc 97 icu::Locale(g_browser_process->GetApplicationLocale().c_str()),
  /external/chromium/chrome/browser/translate/
translate_manager.cc 517 GetLanguageCode(g_browser_process->GetApplicationLocale());
606 GetLanguageCode(g_browser_process->GetApplicationLocale());
656 GetLanguageCode(g_browser_process->GetApplicationLocale());

Completed in 858 milliseconds

1 2 3