Home
last modified time | relevance | path

Searched refs:kCountryIDAtInstall (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/search_engines/
Dsearch_engines_pref_names.cc110 const char kCountryIDAtInstall[] = "countryid_at_install"; variable
Dsearch_engines_pref_names.h31 extern const char kCountryIDAtInstall[];
Dtemplate_url_prepopulate_data_unittest.cc101 prefs_.SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]); in TEST_F()
256 prefs_.SetInteger(prefs::kCountryIDAtInstall, 'U'<<8|'S'); in TEST_F()
Dtemplate_url_prepopulate_data.cc672 if (!prefs->HasPrefPath(prefs::kCountryIDAtInstall)) { in GetCountryIDFromPrefs()
673 prefs->SetInteger(prefs::kCountryIDAtInstall, GetCurrentCountryID()); in GetCountryIDFromPrefs()
675 return prefs->GetInteger(prefs::kCountryIDAtInstall); in GetCountryIDFromPrefs()
1203 prefs::kCountryIDAtInstall, in RegisterProfilePrefs()