Searched defs:country_code (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/autofill/ |
D | autofill_country.cc | 34 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()
|
D | address.h | 33 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()
|
D | phone_number.h | 59 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()
|
D | autofill_country.h | 41 const std::string country_code() const { return country_code_; } in country_code() function
|
D | phone_number.cc | 138 string16* country_code) { in ParsePhoneNumber() 196 string16 number, city_code, country_code; in set_whole_number() local
|
D | phone_number_unittest.cc | 14 string16 country_code; in TEST() local
|
D | select_control_handler.cc | 163 std::string country_code = profile.CountryCode(); in FillCountrySelectControl() local
|
D | address.cc | 206 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale); in IsCountry() local
|
D | autofill_profile.cc | 312 void AutofillProfile::SetCountryCode(const std::string& country_code) { in SetCountryCode()
|
/external/chromium/chrome/browser/webdata/ |
D | web_database_migration_unittest.cc | 1299 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
|
D | autofill_table.cc | 79 std::string country_code = profile.CountryCode(); in BindAutofillProfileToStatement() local
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | autofill_options_handler.cc | 392 std::string country_code; in SetAddress() local
|
/external/bluetooth/bluez/audio/ |
D | telephony-maemo5.c | 174 uint32_t country_code; member 1242 uint32_t country_code, in update_registration_status() 1303 dbus_uint32_t cell_id, operator_code, country_code; in handle_registration_status_change() local 1630 dbus_uint32_t cell_id, operator_code, country_code; in registration_status_reply() local
|
/external/qemu/hw/ |
D | bt.h | 1234 uint8_t country_code; member
|