HomeSort by relevance Sort by last modified time
    Searched full:common_names_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_country.cc 393 std::map<std::string, std::string> common_names_; member in class:__anon3814::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...]

Completed in 32 milliseconds