Home | History | Annotate | Download | only in browser

Lines Matching refs:phone_number

10 #include "components/autofill/core/browser/phone_number.h"
23 PhoneNumber phone_number(&profile);
24 phone_number.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER), phone, "US");
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);
60 phone_number.GetMatchingTypes(ASCIIToUTF16("2345678"), "US", &matching_types);
64 phone_number.GetMatchingTypes(ASCIIToUTF16("234"), "US", &matching_types);
68 phone_number.GetMatchingTypes(ASCIIToUTF16("5678"), "US", &matching_types);
72 phone_number.GetMatchingTypes(ASCIIToUTF16("2345"), "US", &matching_types);
75 phone_number.GetMatchingTypes(ASCIIToUTF16("6502345678"), "US",
81 phone_number.GetMatchingTypes(ASCIIToUTF16("(650)2345678"), "US",