CountryNames 842 components/autofill/core/browser/autofill_country.cc static CountryNames* GetInstance(); CountryNames 850 components/autofill/core/browser/autofill_country.cc CountryNames(); CountryNames 851 components/autofill/core/browser/autofill_country.cc ~CountryNames(); CountryNames 852 components/autofill/core/browser/autofill_country.cc friend struct DefaultSingletonTraits<CountryNames>; CountryNames 893 components/autofill/core/browser/autofill_country.cc DISALLOW_COPY_AND_ASSIGN(CountryNames); CountryNames 897 components/autofill/core/browser/autofill_country.cc CountryNames* CountryNames::GetInstance() { CountryNames 898 components/autofill/core/browser/autofill_country.cc return Singleton<CountryNames>::get(); CountryNames 901 components/autofill/core/browser/autofill_country.cc CountryNames::CountryNames() { CountryNames 923 components/autofill/core/browser/autofill_country.cc CountryNames::~CountryNames() { CountryNames 928 components/autofill/core/browser/autofill_country.cc const std::string CountryNames::GetCountryCode(const base::string16& country, CountryNames 946 components/autofill/core/browser/autofill_country.cc void CountryNames::AddLocalizedNamesForLocale(const std::string& locale) { CountryNames 974 components/autofill/core/browser/autofill_country.cc const std::string CountryNames::GetCountryCodeForLocalizedName( CountryNames 1002 components/autofill/core/browser/autofill_country.cc icu::Collator* CountryNames::GetCollatorForLocale(const std::string& locale) { CountryNames 1020 components/autofill/core/browser/autofill_country.cc const std::string CountryNames::GetSortKey(const icu::Collator& collator, CountryNames 1098 components/autofill/core/browser/autofill_country.cc return CountryNames::GetInstance()->GetCountryCode(country, locale);