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

  /external/chromium_org/components/autofill/core/browser/
phone_number_unittest.cc 27 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(ASCIIToUTF16("650"), "US", &matching_types)
    [all...]
form_group.h 26 virtual void GetMatchingTypes(const base::string16& text,
address.h 35 virtual void GetMatchingTypes(
form_group.cc 11 void FormGroup::GetMatchingTypes(const base::string16& text,
phone_number.h 32 virtual void GetMatchingTypes(
credit_card.h 49 virtual void GetMatchingTypes(
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);
address_unittest.cc 129 address.GetMatchingTypes(ASCIIToUTF16(kValidMatches[i]), "US",
141 address.GetMatchingTypes(ASCIIToUTF16(kInvalidMatches[i]), "US",
150 address.GetMatchingTypes(ASCIIToUTF16("Garbage"), "US", &matching_types);
autofill_profile.h 43 virtual void GetMatchingTypes(
credit_card.cc 397 void CreditCard::GetMatchingTypes(const base::string16& text,
400 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
autofill_manager.cc 149 it->GetMatchingTypes(value, app_locale, &matching_types);
153 it->GetMatchingTypes(value, app_locale, &matching_types);
    [all...]
autofill_profile.cc 272 void AutofillProfile::GetMatchingTypes(
278 (*it)->GetMatchingTypes(text, app_locale, matching_types);

Completed in 1083 milliseconds