OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCountryIDAtInstall
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/search_engines/
search_engines_pref_names.cc
110
const char
kCountryIDAtInstall
[] = "countryid_at_install";
search_engines_pref_names.h
31
extern const char
kCountryIDAtInstall
[];
template_url_prepopulate_data_unittest.cc
101
prefs_.SetInteger(prefs::
kCountryIDAtInstall
, kCountryIds[i]);
256
prefs_.SetInteger(prefs::
kCountryIDAtInstall
, 'U'<<8|'S');
template_url_prepopulate_data.cc
672
if (!prefs->HasPrefPath(prefs::
kCountryIDAtInstall
)) {
673
prefs->SetInteger(prefs::
kCountryIDAtInstall
, GetCurrentCountryID());
675
return prefs->GetInteger(prefs::
kCountryIDAtInstall
);
[
all
...]
Completed in 53 milliseconds