OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geo_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data.cc
565
int GeoIDToCountryID(GEOID
geo_id
) {
568
int retval = GetGeoInfo(
geo_id
, GEO_ISO2, isobuf, kISOBufferSize, 0);
576
switch (
geo_id
) {
619
GEOID
geo_id
= GetUserGeoID(GEOCLASS_NATION);
local
621
return GeoIDToCountryID(
geo_id
);
702
int
geo_id
= prefs->GetInteger(prefs::kGeoIDAtInstall);
local
704
new_country_id = GeoIDToCountryID(
geo_id
);
[
all
...]
/external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.cc
2895
GEOID
geo_id
= GetUserGeoID(GEOCLASS_NATION);
local
2969
int
geo_id
= prefs->GetInteger(prefs::kGeoIDAtInstall);
local
[
all
...]
Completed in 246 milliseconds