Searched defs:GetMatchingTypes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dform_group.cc11 void FormGroup::GetMatchingTypes(const base::string16& text, function in class:autofill::FormGroup
H A Daddress.cc200 void Address::GetMatchingTypes(const base::string16& text, function in class:autofill::Address
203 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
H A Dphone_number.cc143 void PhoneNumber::GetMatchingTypes(const base::string16& text, function in class:autofill::PhoneNumber
148 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types);
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_profile.cc272 void AutofillProfile::GetMatchingTypes( function in class:autofill::AutofillProfile
278 (*it)->GetMatchingTypes(text, app_locale, matching_types);

Completed in 74 milliseconds