HomeSort by relevance Sort by last modified time
    Searched defs:kApplicationLocale (Results 1 - 2 of 2) 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_org/chrome/common/
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...]

Completed in 79 milliseconds