Home | History | Annotate | Download | only in autofill

Lines Matching refs:number

33 // The minimum number of fields that must contain relevant user data before
257 // In the case of a phone number, if the whole phone number was entered
261 string16 number;
265 &number,
268 if (number.empty())
274 imported_profile->SetInfo(PHONE_HOME_NUMBER, number);
278 imported_profile->SetInfo(PHONE_FAX_NUMBER, number);
286 // If so, combine them to form the full number.
319 // fields or if the credit card number does not seem to be valid.
911 } else if (!imported_credit_card.number().empty() &&
912 (*iter)->number() == imported_credit_card.number()) {