Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/search_engines/
Dtemplate_url_prepopulate_data_unittest.cc78 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]); in TEST_F()
140 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, in TEST_F()
Dtemplate_url_prepopulate_data.cc2975 if (!prefs->HasPrefPath(prefs::kCountryIDAtInstall)) in GetCountryIDFromPrefs()
2976 prefs->SetInteger(prefs::kCountryIDAtInstall, new_country_id); in GetCountryIDFromPrefs()
2978 return prefs->GetInteger(prefs::kCountryIDAtInstall); in GetCountryIDFromPrefs()
3344 prefs->RegisterIntegerPref(prefs::kCountryIDAtInstall, kCountryIDUnknown); in RegisterUserPrefs()
/external/chromium/chrome/common/
Dpref_names.h342 extern const char kCountryIDAtInstall[];
Dpref_names.cc991 const char kCountryIDAtInstall[] = "countryid_at_install"; variable