Searched defs:kApplicationLocale (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/prefs/
H A Dpref_change_registrar_unittest.cc22 const char kApplicationLocale[] = "intl.app_locale"; member in namespace:base::__anon2409
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/common/
H A Dpref_names.cc137 // For OS_CHROMEOS we maintain kApplicationLocale property in both local state
140 const char kApplicationLocale[] = "intl.app_locale"; member in namespace:prefs
151 // because synchronization of kApplicationLocale is not instant.
154 // kApplicationLocale are both non-empty and differ.

Completed in 122 milliseconds