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 200 void Address::GetMatchingTypes(const base::string16& text,
203 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
phone_number.cc 143 void PhoneNumber::GetMatchingTypes(const base::string16& text,
148 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types);
credit_card.cc 397 void CreditCard::GetMatchingTypes(const base::string16& text,
400 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
autofill_profile.cc 272 void AutofillProfile::GetMatchingTypes(
278 (*it)->GetMatchingTypes(text, app_locale, matching_types);

Completed in 194 milliseconds