HomeSort by relevance Sort by last modified time
    Searched refs:kCountryIDAtInstall (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc 78 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]);
140 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall,
template_url_prepopulate_data.cc     [all...]
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 342 extern const char kCountryIDAtInstall[];
  /external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data.cc 708 if (!prefs->HasPrefPath(prefs::kCountryIDAtInstall))
709 prefs->SetInteger(prefs::kCountryIDAtInstall, new_country_id);
711 return prefs->GetInteger(prefs::kCountryIDAtInstall);
    [all...]
template_url_prepopulate_data_unittest.cc 88 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]);
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h 573 extern const char kCountryIDAtInstall[];
    [all...]

Completed in 120 milliseconds