Home
last modified time | relevance | path

Searched refs:GetMatchingTypes (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dphone_number_unittest.cc27 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 …]
Daddress.cc190 void Address::GetMatchingTypes(const base::string16& text, in GetMatchingTypes() function in autofill::Address
193 FormGroup::GetMatchingTypes(text, app_locale, matching_types); in GetMatchingTypes()
Dphone_number.cc150 void PhoneNumber::GetMatchingTypes(const base::string16& text, in GetMatchingTypes() function in autofill::PhoneNumber
155 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types); in GetMatchingTypes()
Dform_group.h26 virtual void GetMatchingTypes(const base::string16& text,
Dform_group.cc11 void FormGroup::GetMatchingTypes(const base::string16& text, in GetMatchingTypes() function in autofill::FormGroup
Daddress.h35 virtual void GetMatchingTypes(
Dphone_number.h32 virtual void GetMatchingTypes(
Daddress_unittest.cc129 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()
Dcredit_card.h49 virtual void GetMatchingTypes(
Dautofill_profile.h43 virtual void GetMatchingTypes(
Dcredit_card.cc397 void CreditCard::GetMatchingTypes(const base::string16& text, in GetMatchingTypes() function in autofill::CreditCard
400 FormGroup::GetMatchingTypes(text, app_locale, matching_types); in GetMatchingTypes()
Dautofill_profile.cc296 void AutofillProfile::GetMatchingTypes( in GetMatchingTypes() function in autofill::AutofillProfile
302 (*it)->GetMatchingTypes(text, app_locale, matching_types); in GetMatchingTypes()
Dautofill_manager.cc145 it->GetMatchingTypes(value, app_locale, &matching_types); in DeterminePossibleFieldTypesForUpload()
149 it->GetMatchingTypes(value, app_locale, &matching_types); in DeterminePossibleFieldTypesForUpload()