HomeSort by relevance Sort by last modified time
    Searched defs:GetMatchingTypes (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/autofill/core/browser/
form_group.cc 11 void FormGroup::GetMatchingTypes(const base::string16& text,
address.cc 154 void Address::GetMatchingTypes(const base::string16& text,
157 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
phone_number.cc 156 void PhoneNumber::GetMatchingTypes(const base::string16& text,
161 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types);
credit_card.cc 395 void CreditCard::GetMatchingTypes(const base::string16& text,
398 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
autofill_profile.cc 268 void AutofillProfile::GetMatchingTypes(
274 (*it)->GetMatchingTypes(text, app_locale, matching_types);

Completed in 166 milliseconds