Searched refs:kCountryIDAtInstall (Results 1 – 4 of 4) sorted by relevance
110 const char kCountryIDAtInstall[] = "countryid_at_install"; variable
31 extern const char kCountryIDAtInstall[];
101 prefs_.SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]); in TEST_F()256 prefs_.SetInteger(prefs::kCountryIDAtInstall, 'U'<<8|'S'); in TEST_F()
672 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()