Home
last modified time | relevance | path

Searched defs:country_code (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_country.cc34 std::string country_code; member
325 std::string country_code = *country_pointer; in CountryDataMap() local
346 const std::string& country_code) { in Find()
418 const std::string& country_code = it->first; in CountryNames() local
449 std::string country_code = GetCountryCodeForLocalizedName(country, locale); in GetCountryCode() local
474 const std::string& country_code = it->first; in AddLocalizedNamesForLocale() local
559 string16 GetDisplayName(const std::string& country_code, in GetDisplayName()
571 AutofillCountry::AutofillCountry(const std::string& country_code, in AutofillCountry()
611 std::string country_code = icu::Locale(likely_locale.c_str()).getCountry(); in CountryCodeForLocale() local
636 AutofillCountry::AutofillCountry(const std::string& country_code, in AutofillCountry()
Daddress.h33 const std::string& country_code() const { return country_code_; } in country_code() function
34 void set_country_code(const std::string& country_code) { in set_country_code()
Dphone_number.h59 const string16& country_code() const { return country_code_; } in country_code() function
68 void set_country_code(const string16& country_code) { in set_country_code()
Dautofill_country.h41 const std::string country_code() const { return country_code_; } in country_code() function
Dphone_number.cc138 string16* country_code) { in ParsePhoneNumber()
196 string16 number, city_code, country_code; in set_whole_number() local
Dphone_number_unittest.cc14 string16 country_code; in TEST() local
Dselect_control_handler.cc163 std::string country_code = profile.CountryCode(); in FillCountrySelectControl() local
Daddress.cc206 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale); in IsCountry() local
Dautofill_profile.cc312 void AutofillProfile::SetCountryCode(const std::string& country_code) { in SetCountryCode()
/external/chromium/chrome/browser/webdata/
Dweb_database_migration_unittest.cc1299 std::string country_code = s.ColumnString(0); in TEST_F() local
1324 std::string country_code = s.ColumnString(0); in TEST_F() local
1355 std::string country_code = s.ColumnString(0); in TEST_F() local
Dautofill_table.cc79 std::string country_code = profile.CountryCode(); in BindAutofillProfileToStatement() local
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc392 std::string country_code; in SetAddress() local
/external/qemu/hw/
Dbt.h1234 uint8_t country_code; member