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

1 2

  /external/chromium_org/base/prefs/
pref_change_registrar_unittest.cc 22 const char kApplicationLocale[] = "intl.app_locale";
135 registry->RegisterStringPref(kApplicationLocale, std::string());
156 EXPECT_FALSE(pref_set->IsObserved(kApplicationLocale));
196 pref_service_->SetUserPref(kApplicationLocale, new StringValue("en_US.utf8"));
  /external/chromium_org/chrome/browser/ui/search/
local_ntp_browsertest.cc 70 prefs->SetString(prefs::kApplicationLocale, loaded_locale);
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 126 prefs->GetString(prefs::kApplicationLocale);
153 std::string to_locale = prefs->GetString(prefs::kApplicationLocale);
156 // (1) kApplicationLocale preference was modified by synchronization;
157 // (2) kApplicationLocale is managed by policy.
204 if (prefs->GetString(prefs::kApplicationLocale) != to_locale_)
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 156 state->GetString(prefs::kApplicationLocale) != owner_locale &&
157 !state->IsManagedPreference(prefs::kApplicationLocale)) {
158 state->SetString(prefs::kApplicationLocale, owner_locale);
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler.cc 124 pref_service->SetString(prefs::kApplicationLocale, language_code);
language_options_handler_common.cc 114 g_browser_process->local_state()->GetString(prefs::kApplicationLocale);
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 262 local_state->SetString(prefs::kApplicationLocale,
293 registry->RegisterStringPref(prefs::kApplicationLocale, std::string());
296 prefs::kApplicationLocale,
297 parent_local_state->GetString(prefs::kApplicationLocale));
305 local_state->GetString(prefs::kApplicationLocale) != owner_locale &&
306 !local_state->IsManagedPreference(prefs::kApplicationLocale)) {
307 local_state->SetString(prefs::kApplicationLocale, owner_locale);
    [all...]
browser_process_impl.cc 805 registry->RegisterStringPref(prefs::kApplicationLocale, std::string());
    [all...]
  /external/chromium_org/chrome/service/
service_process.cc 169 service_prefs_->SetString(prefs::kApplicationLocale, locale);
175 service_prefs_->GetString(prefs::kApplicationLocale, std::string());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.cc 91 ->GetString(prefs::kApplicationLocale);
network_screen_handler.cc 267 g_browser_process->local_state()->SetString(prefs::kApplicationLocale,
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc     [all...]
profile.cc 159 // TODO(dilmah): For OS_CHROMEOS we maintain kApplicationLocale in both
161 // kApplicationLocale only in local state.
162 // In the future we may want to maintain kApplicationLocale
165 prefs::kApplicationLocale,
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_localization_browsertest.cc 301 g_browser_process->local_state()->SetString(prefs::kApplicationLocale,
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.cc 26 { switches::kLang, prefs::kApplicationLocale },
command_line_pref_store_unittest.cc 72 EXPECT_TRUE(store->GetValue(prefs::kApplicationLocale, &actual));
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder.cc 90 g_browser_process->local_state()->GetString(prefs::kApplicationLocale));
  /external/chromium_org/chrome/browser/search/
hotword_service_unittest.cc 83 profile->GetPrefs()->SetString(prefs::kApplicationLocale, new_locale);
hotword_service.cc 148 profile->GetPrefs()->GetString(prefs::kApplicationLocale);
  /external/chromium_org/chrome/browser/ui/webui/
voicesearch_ui.cc 224 profile_->GetPrefs()->GetString(prefs::kApplicationLocale);
  /external/chromium_org/chrome/common/
pref_names.h 50 // For OS_CHROMEOS we maintain kApplicationLocale property in both local state
53 extern const char kApplicationLocale[];
pref_names.cc 137 // For OS_CHROMEOS we maintain kApplicationLocale property in both local state
140 const char kApplicationLocale[] = "intl.app_locale";
151 // because synchronization of kApplicationLocale is not instant.
154 // kApplicationLocale are both non-empty and differ.
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc 88 prefs->SetString(prefs::kApplicationLocale, locale);
400 prefs->GetString(prefs::kApplicationLocale);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc 924 prefs::kApplicationLocale
    [all...]

Completed in 872 milliseconds

1 2