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

/external/chromium/chrome/browser/autofill/
H A Dautofill_country.h17 class AutofillCountry { class
21 AutofillCountry(const std::string& country_code, const std::string& locale);
22 ~AutofillCountry();
47 AutofillCountry(const std::string& country_code,
64 DISALLOW_COPY_AND_ASSIGN(AutofillCountry);
H A Dautofill_country.cc571 AutofillCountry::AutofillCountry(const std::string& country_code, function in class:AutofillCountry
583 AutofillCountry::~AutofillCountry() {
587 void AutofillCountry::GetAvailableCountries(
599 const std::string AutofillCountry::CountryCodeForLocale(
622 const std::string AutofillCountry::GetCountryCode(const string16& country,
628 const std::string AutofillCountry::ApplicationLocale() {
636 AutofillCountry::AutofillCountry(cons function in class:AutofillCountry
[all...]

Completed in 494 milliseconds