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

  /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/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...]
  /external/chromium_org/chrome/common/
pref_names.cc 88 // For OS_CHROMEOS we maintain kApplicationLocale property in both local state
91 const char kApplicationLocale[] = "intl.app_locale";
102 // because synchronization of kApplicationLocale is not instant.
105 // kApplicationLocale are both non-empty and differ.
    [all...]

Completed in 78 milliseconds