OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_names_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_country.cc
393
std::map<std::string, std::string>
common_names_
;
member in class:__anon1564::CountryNames
422
common_names_
.insert(std::make_pair(country_code, country_code));
423
common_names_
.insert(std::make_pair(iso3_country_code, country_code));
427
common_names_
.insert(std::make_pair("UNITED STATES OF AMERICA", "US"));
428
common_names_
.insert(std::make_pair("GREAT BRITAIN", "GB"));
429
common_names_
.insert(std::make_pair("UK", "GB"));
430
common_names_
.insert(std::make_pair("BRASIL", "BR"));
431
common_names_
.insert(std::make_pair("DEUTSCHLAND", "DE"));
444
common_names_
.find(country_utf8);
445
if (result !=
common_names_
.end()
[
all
...]
/external/chromium_org/components/autofill/core/browser/
autofill_country.cc
881
std::map<std::string, std::string>
common_names_
;
member in class:autofill::__anon7359::CountryNames
[
all
...]
Completed in 621 milliseconds