AutofillCountry   308 chrome/browser/autofill/android/personal_data_manager_android.cc       AutofillCountry::GetCountryCode(
AutofillCountry   221 chrome/browser/ui/autofill/autofill_dialog_common.cc             AutofillCountry(hardcoded_country_code, app_locale).name();
AutofillCountry   178 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     info = base::ASCIIToUTF16(AutofillCountry::GetCountryCode(
AutofillCountry   550 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   std::string region = AutofillCountry::GetCountryCode(
AutofillCountry  1969 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     GetValidator()->LoadRules(AutofillCountry::GetCountryCode(
AutofillCountry  3177 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   const std::vector<AutofillCountry*>& countries = model->countries();
AutofillCountry  3317 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   return AutofillCountry::GetCountryCode(
AutofillCountry  3329 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   std::string country_code = AutofillCountry::GetCountryCode(
AutofillCountry    32 chrome/browser/ui/autofill/country_combobox_model.cc     countries_.push_back(new AutofillCountry(default_country_code, app_locale));
AutofillCountry    43 chrome/browser/ui/autofill/country_combobox_model.cc   AutofillCountry::GetAvailableCountries(&available_countries);
AutofillCountry    46 chrome/browser/ui/autofill/country_combobox_model.cc   std::vector<AutofillCountry*> sorted_countries;
AutofillCountry    50 chrome/browser/ui/autofill/country_combobox_model.cc       sorted_countries.push_back(new AutofillCountry(*it, app_locale));
AutofillCountry    55 chrome/browser/ui/autofill/country_combobox_model.cc                                     &AutofillCountry::name);
AutofillCountry    68 chrome/browser/ui/autofill/country_combobox_model.cc   AutofillCountry* country = countries_[index];
AutofillCountry    19 chrome/browser/ui/autofill/country_combobox_model.h class AutofillCountry;
AutofillCountry    38 chrome/browser/ui/autofill/country_combobox_model.h   const std::vector<AutofillCountry*>& countries() const {
AutofillCountry    48 chrome/browser/ui/autofill/country_combobox_model.h   ScopedVector<AutofillCountry> countries_;
AutofillCountry    41 chrome/browser/ui/autofill/country_combobox_model_unittest.cc   AutofillCountry country(default_country,
AutofillCountry   358 chrome/browser/ui/autofill/data_model_wrapper.cc     return AutofillCountry(address_->country_code,
AutofillCountry    34 chrome/browser/ui/webui/options/autofill_options_handler.cc using autofill::AutofillCountry;
AutofillCountry    49 chrome/browser/ui/webui/options/autofill_options_handler.cc   const std::vector<AutofillCountry*>& countries = model.countries();
AutofillCountry   344 components/autofill/content/browser/wallet/wallet_address.cc       AutofillCountry country(country_name_code(), app_locale);
AutofillCountry   138 components/autofill/core/browser/address.cc     return AutofillCountry(country_code_, app_locale).name();
AutofillCountry   158 components/autofill/core/browser/address.cc     country_code_ = AutofillCountry::GetCountryCode(value, app_locale);
AutofillCountry   193 components/autofill/core/browser/address.cc   std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
AutofillCountry  1045 components/autofill/core/browser/autofill_country.cc AutofillCountry::AutofillCountry(const std::string& country_code,
AutofillCountry  1058 components/autofill/core/browser/autofill_country.cc AutofillCountry::~AutofillCountry() {
AutofillCountry  1062 components/autofill/core/browser/autofill_country.cc void AutofillCountry::GetAvailableCountries(
AutofillCountry  1074 components/autofill/core/browser/autofill_country.cc const std::string AutofillCountry::CountryCodeForLocale(
AutofillCountry  1096 components/autofill/core/browser/autofill_country.cc const std::string AutofillCountry::GetCountryCode(const base::string16& country,
AutofillCountry  1101 components/autofill/core/browser/autofill_country.cc AutofillCountry::AutofillCountry(const std::string& country_code,
AutofillCountry    43 components/autofill/core/browser/autofill_country.h class AutofillCountry {
AutofillCountry    47 components/autofill/core/browser/autofill_country.h   AutofillCountry(const std::string& country_code, const std::string& locale);
AutofillCountry    48 components/autofill/core/browser/autofill_country.h   ~AutofillCountry();
AutofillCountry    85 components/autofill/core/browser/autofill_country.h   AutofillCountry(const std::string& country_code,
AutofillCountry   105 components/autofill/core/browser/autofill_country.h   DISALLOW_COPY_AND_ASSIGN(AutofillCountry);
AutofillCountry    17 components/autofill/core/browser/autofill_country_unittest.cc TEST(AutofillCountryTest, AutofillCountry) {
AutofillCountry    18 components/autofill/core/browser/autofill_country_unittest.cc   AutofillCountry united_states_en("US", "en_US");
AutofillCountry    24 components/autofill/core/browser/autofill_country_unittest.cc   AutofillCountry united_states_es("US", "es");
AutofillCountry    28 components/autofill/core/browser/autofill_country_unittest.cc   AutofillCountry canada_en("CA", "en_US");
AutofillCountry    34 components/autofill/core/browser/autofill_country_unittest.cc   AutofillCountry canada_hu("CA", "hu");
AutofillCountry    41 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("en_US"));
AutofillCountry    42 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("CA", AutofillCountry::CountryCodeForLocale("fr_CA"));
AutofillCountry    43 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("FR", AutofillCountry::CountryCodeForLocale("fr"));
AutofillCountry    44 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("Unknown"));
AutofillCountry    47 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("es-419"));
AutofillCountry    53 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("United States"),
AutofillCountry    55 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("CA", AutofillCountry::GetCountryCode(ASCIIToUTF16("Canada"),
AutofillCountry    59 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("united states"),
AutofillCountry    63 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("US"), "en_US"));
AutofillCountry    64 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("HU", AutofillCountry::GetCountryCode(ASCIIToUTF16("hu"), "en_US"));
AutofillCountry    65 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("CA", AutofillCountry::GetCountryCode(ASCIIToUTF16("CA"), "fr_CA"));
AutofillCountry    66 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("MX", AutofillCountry::GetCountryCode(ASCIIToUTF16("mx"), "fr_CA"));
AutofillCountry    70 components/autofill/core/browser/autofill_country_unittest.cc             AutofillCountry::GetCountryCode(
AutofillCountry    72 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("USA"),
AutofillCountry    77 components/autofill/core/browser/autofill_country_unittest.cc             AutofillCountry::GetCountryCode(ASCIIToUTF16("Estados Unidos"),
AutofillCountry    79 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("IT", AutofillCountry::GetCountryCode(ASCIIToUTF16("Italia"),
AutofillCountry    81 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("DE", AutofillCountry::GetCountryCode(ASCIIToUTF16("duitsland"),
AutofillCountry    85 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("United States"),
AutofillCountry    87 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("united states"),
AutofillCountry    89 components/autofill/core/browser/autofill_country_unittest.cc   EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("USA"), "es"));
AutofillCountry   101 components/autofill/core/browser/autofill_field.cc   std::string country_code = AutofillCountry::GetCountryCode(value, app_locale);
AutofillCountry   112 components/autofill/core/browser/autofill_field.cc     if (country_code == AutofillCountry::GetCountryCode(value, app_locale) ||
AutofillCountry   113 components/autofill/core/browser/autofill_field.cc         country_code == AutofillCountry::GetCountryCode(contents, app_locale)) {
AutofillCountry    94 components/autofill/core/browser/personal_data_manager.cc     country_code = AutofillCountry::CountryCodeForLocale(app_locale);
AutofillCountry    96 components/autofill/core/browser/personal_data_manager.cc   AutofillCountry country(country_code, app_locale);
AutofillCountry   784 components/autofill/core/browser/personal_data_manager.cc         AutofillCountry::CountryCodeForLocale(app_locale())));
AutofillCountry   802 components/autofill/core/browser/personal_data_manager.cc     default_country_code_ = AutofillCountry::CountryCodeForLocale(app_locale());
AutofillCountry  1054 components/autofill/core/browser/personal_data_manager.cc   AutofillCountry::GetAvailableCountries(&country_codes);
AutofillCountry    36 components/autofill/core/browser/phone_number.cc   return AutofillCountry::CountryCodeForLocale(app_locale);
AutofillCountry    28 components/autofill/core/browser/phone_number_i18n.cc   return AutofillCountry::CountryCodeForLocale(app_locale);
AutofillCountry   361 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       AutofillCountry::GetCountryCode(country_name_or_code, app_locale);
AutofillCountry  1927 components/autofill/core/browser/webdata/autofill_table.cc       update_s.BindString(0, AutofillCountry::GetCountryCode(country,