Searched defs:AutofillCountry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_country.h43 class AutofillCountry { class in namespace:autofill
47 AutofillCountry(const std::string& country_code, const std::string& locale);
48 ~AutofillCountry();
85 AutofillCountry(const std::string& country_code,
105 DISALLOW_COPY_AND_ASSIGN(AutofillCountry);
H A Dautofill_country.cc1051 AutofillCountry::AutofillCountry(const std::string& country_code, function in class:autofill::AutofillCountry
1064 AutofillCountry::~AutofillCountry() {
1068 void AutofillCountry::GetAvailableCountries(
1080 const std::string AutofillCountry::CountryCodeForLocale(
1102 const std::string AutofillCountry::GetCountryCode(const base::string16& country,
1107 AutofillCountry::AutofillCountry(const std::string& country_code, function in class:autofill::AutofillCountry

Completed in 108 milliseconds