Searched refs:IsSSN (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dvalidation.h49 bool IsSSN(const base::string16& text);
H A Dautocomplete_history_manager.cc133 !autofill::IsSSN(iter->value)) {
H A Dvalidation.cc149 bool IsSSN(const base::string16& text) { function in namespace:autofill
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager.cc573 if (!autofill::IsValidCreditCardNumber(*it) && !autofill::IsSSN(*it))

Completed in 413 milliseconds