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

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_unittest.cc27 phone_number.GetMatchingTypes(base::string16(), "US", &matching_types);
31 phone_number.GetMatchingTypes(ASCIIToUTF16("1"), "US", &matching_types);
36 phone_number.GetMatchingTypes(ASCIIToUTF16("16"), "US", &matching_types);
38 phone_number.GetMatchingTypes(ASCIIToUTF16("165"), "US", &matching_types);
40 phone_number.GetMatchingTypes(ASCIIToUTF16("1650"), "US", &matching_types);
42 phone_number.GetMatchingTypes(ASCIIToUTF16("16502"), "US", &matching_types);
44 phone_number.GetMatchingTypes(ASCIIToUTF16("165023"), "US", &matching_types);
46 phone_number.GetMatchingTypes(ASCIIToUTF16("1650234"), "US", &matching_types);
49 phone_number.GetMatchingTypes(ASCIIToUTF16("16502345678"), "US",
55 phone_number.GetMatchingTypes(ASCIIToUTF1
[all...]
H A Dform_group.h26 virtual void GetMatchingTypes(const base::string16& text,
H A Daddress.h35 virtual void GetMatchingTypes(
H A Dform_group.cc11 void FormGroup::GetMatchingTypes(const base::string16& text, function in class:autofill::FormGroup
H A Dphone_number.h32 virtual void GetMatchingTypes(
H A Dcredit_card.h49 virtual void GetMatchingTypes(
H A Daddress.cc190 void Address::GetMatchingTypes(const base::string16& text, function in class:autofill::Address
193 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
H A Dphone_number.cc150 void PhoneNumber::GetMatchingTypes(const base::string16& text, function in class:autofill::PhoneNumber
155 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types);
H A Daddress_unittest.cc129 address.GetMatchingTypes(ASCIIToUTF16(kValidMatches[i]), "US",
141 address.GetMatchingTypes(ASCIIToUTF16(kInvalidMatches[i]), "US",
150 address.GetMatchingTypes(ASCIIToUTF16("Garbage"), "US", &matching_types);
H A Dautofill_profile.h43 virtual void GetMatchingTypes(
H A Dcredit_card.cc397 void CreditCard::GetMatchingTypes(const base::string16& text, function in class:autofill::CreditCard
400 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
H A Dautofill_manager.cc145 it->GetMatchingTypes(value, app_locale, &matching_types);
149 it->GetMatchingTypes(value, app_locale, &matching_types);
H A Dautofill_profile.cc296 void AutofillProfile::GetMatchingTypes( function in class:autofill::AutofillProfile
302 (*it)->GetMatchingTypes(text, app_locale, matching_types);

Completed in 168 milliseconds