/external/chromium_org/components/autofill/core/browser/ |
D | phone_number_unittest.cc | 27 phone_number.GetMatchingTypes(base::string16(), "US", &matching_types); in TEST() 31 phone_number.GetMatchingTypes(ASCIIToUTF16("1"), "US", &matching_types); in TEST() 36 phone_number.GetMatchingTypes(ASCIIToUTF16("16"), "US", &matching_types); in TEST() 38 phone_number.GetMatchingTypes(ASCIIToUTF16("165"), "US", &matching_types); in TEST() 40 phone_number.GetMatchingTypes(ASCIIToUTF16("1650"), "US", &matching_types); in TEST() 42 phone_number.GetMatchingTypes(ASCIIToUTF16("16502"), "US", &matching_types); in TEST() 44 phone_number.GetMatchingTypes(ASCIIToUTF16("165023"), "US", &matching_types); in TEST() 46 phone_number.GetMatchingTypes(ASCIIToUTF16("1650234"), "US", &matching_types); in TEST() 49 phone_number.GetMatchingTypes(ASCIIToUTF16("16502345678"), "US", in TEST() 55 phone_number.GetMatchingTypes(ASCIIToUTF16("650"), "US", &matching_types); in TEST() [all …]
|
D | address.cc | 190 void Address::GetMatchingTypes(const base::string16& text, in GetMatchingTypes() function in autofill::Address 193 FormGroup::GetMatchingTypes(text, app_locale, matching_types); in GetMatchingTypes()
|
D | phone_number.cc | 150 void PhoneNumber::GetMatchingTypes(const base::string16& text, in GetMatchingTypes() function in autofill::PhoneNumber 155 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types); in GetMatchingTypes()
|
D | form_group.h | 26 virtual void GetMatchingTypes(const base::string16& text,
|
D | form_group.cc | 11 void FormGroup::GetMatchingTypes(const base::string16& text, in GetMatchingTypes() function in autofill::FormGroup
|
D | address.h | 35 virtual void GetMatchingTypes(
|
D | phone_number.h | 32 virtual void GetMatchingTypes(
|
D | address_unittest.cc | 129 address.GetMatchingTypes(ASCIIToUTF16(kValidMatches[i]), "US", in TEST() 141 address.GetMatchingTypes(ASCIIToUTF16(kInvalidMatches[i]), "US", in TEST() 150 address.GetMatchingTypes(ASCIIToUTF16("Garbage"), "US", &matching_types); in TEST()
|
D | credit_card.h | 49 virtual void GetMatchingTypes(
|
D | autofill_profile.h | 43 virtual void GetMatchingTypes(
|
D | credit_card.cc | 397 void CreditCard::GetMatchingTypes(const base::string16& text, in GetMatchingTypes() function in autofill::CreditCard 400 FormGroup::GetMatchingTypes(text, app_locale, matching_types); in GetMatchingTypes()
|
D | autofill_profile.cc | 296 void AutofillProfile::GetMatchingTypes( in GetMatchingTypes() function in autofill::AutofillProfile 302 (*it)->GetMatchingTypes(text, app_locale, matching_types); in GetMatchingTypes()
|
D | autofill_manager.cc | 145 it->GetMatchingTypes(value, app_locale, &matching_types); in DeterminePossibleFieldTypesForUpload() 149 it->GetMatchingTypes(value, app_locale, &matching_types); in DeterminePossibleFieldTypesForUpload()
|