/external/chromium/chrome/browser/prefs/ |
pref_set_observer_unittest.cc | 21 pref_service_->RegisterStringPref(prefs::kApplicationLocale, ""); 39 EXPECT_FALSE(pref_set->IsObserved(prefs::kApplicationLocale)); 86 pref_service_->SetUserPref(prefs::kApplicationLocale,
|
command_line_pref_store.cc | 16 { switches::kLang, prefs::kApplicationLocale },
|
command_line_pref_store_unittest.cc | 52 store->GetValue(prefs::kApplicationLocale, &actual));
|
/external/chromium/chrome/browser/chromeos/ |
locale_change_guard.cc | 100 prefs->GetString(prefs::kApplicationLocale); 134 std::string to_locale = prefs->GetString(prefs::kApplicationLocale); 137 // (1) kApplicationLocale preference was modified by synchronization; 138 // (2) kApplicationLocale is managed by policy. 186 if (prefs->GetString(prefs::kApplicationLocale) != to_locale_)
|
/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 | 64 prefs->SetString(prefs::kApplicationLocale, loaded_locale);
|
/external/chromium/chrome/browser/chromeos/login/ |
language_switch_menu.cc | 92 IsManagedPreference(prefs::kApplicationLocale)) { 187 prefs::kApplicationLocale, locale);
|
base_login_display_host.cc | 231 prefs->GetString(prefs::kApplicationLocale); 243 prefs->SetString(prefs::kApplicationLocale, locale);
|
/external/chromium_org/chrome/browser/chromeos/ |
locale_change_guard.cc | 135 prefs->GetString(prefs::kApplicationLocale); 162 std::string to_locale = prefs->GetString(prefs::kApplicationLocale); 165 // (1) kApplicationLocale preference was modified by synchronization; 166 // (2) kApplicationLocale is managed by policy. 206 if (prefs->GetString(prefs::kApplicationLocale) != to_locale_)
|
/external/chromium_org/chrome/browser/lifetime/ |
application_lifetime.cc | 164 state->GetString(prefs::kApplicationLocale) != owner_locale && 165 !state->IsManagedPreference(prefs::kApplicationLocale)) { 166 state->SetString(prefs::kApplicationLocale, owner_locale);
|
/external/chromium/chrome/browser/sync/glue/ |
synchronized_preferences.h | 74 prefs::kApplicationLocale,
|
/external/chromium/chrome/browser/ui/options/ |
options_util.cc | 101 prefs::kApplicationLocale,
|
/external/chromium/chrome/browser/ui/webui/options/ |
language_options_handler.cc | 106 pref_service->SetString(prefs::kApplicationLocale, language_code);
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main.cc | 253 local_state->SetString(prefs::kApplicationLocale, 284 registry->RegisterStringPref(prefs::kApplicationLocale, std::string()); 287 prefs::kApplicationLocale, 288 parent_local_state->GetString(prefs::kApplicationLocale)); 296 local_state->GetString(prefs::kApplicationLocale) != owner_locale && 297 !local_state->IsManagedPreference(prefs::kApplicationLocale)) { 298 local_state->SetString(prefs::kApplicationLocale, owner_locale); [all...] |
/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 | 112 g_browser_process->local_state()->GetString(prefs::kApplicationLocale);
|
/external/chromium_org/chrome/service/ |
service_process.cc | 187 service_prefs_->SetString(prefs::kApplicationLocale, locale); 193 service_prefs_->GetString(prefs::kApplicationLocale, std::string());
|
/external/chromium/chrome/browser/ |
browser_main.cc | 689 local_state->RegisterStringPref(prefs::kApplicationLocale, std::string()); 708 local_state->SetString(prefs::kApplicationLocale, 728 parent_local_state->RegisterStringPref(prefs::kApplicationLocale, 732 prefs::kApplicationLocale, 733 parent_local_state->GetString(prefs::kApplicationLocale)); 741 local_state->GetString(prefs::kApplicationLocale) != owner_locale && 742 !local_state->IsManagedPreference(prefs::kApplicationLocale)) { 743 local_state->SetString(prefs::kApplicationLocale, owner_locale); [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile.cc | 124 // TODO(dilmah): For OS_CHROMEOS we maintain kApplicationLocale in both 126 // kApplicationLocale only in local state. 127 // In the future we may want to maintain kApplicationLocale 130 prefs::kApplicationLocale,
|
profile_impl.cc | [all...] |
/external/chromium/chrome/common/ |
pref_names.cc | 44 // For OS_CHROMEOS we maintain kApplicationLocale property in both local state 47 const char kApplicationLocale[] = "intl.app_locale"; 58 // because synchronization of kApplicationLocale is not instant. 61 // kApplicationLocale are both non-empty and differ. [all...] |
pref_names.h | 24 // For OS_CHROMEOS we maintain kApplicationLocale property in both local state 27 extern const char kApplicationLocale[];
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_display_host_impl.cc | [all...] |
/external/chromium_org/chrome/browser/prefs/ |
command_line_pref_store.cc | 25 { switches::kLang, prefs::kApplicationLocale },
|
command_line_pref_store_unittest.cc | 70 EXPECT_TRUE(store->GetValue(prefs::kApplicationLocale, &actual));
|