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

  /external/chromium_org/components/autofill/core/browser/
validation.h 49 bool IsSSN(const string16& text);
autocomplete_history_manager.cc 141 !autofill::IsSSN(iter->value)) {
validation.cc 158 bool IsSSN(const string16& text) {
  /external/chromium/chrome/browser/
autocomplete_history_manager.cc 32 bool IsSSN(const string16& text) {
126 !IsSSN(iter->value)) {
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager.cc 433 if (!autofill::IsValidCreditCardNumber(*it) && !autofill::IsSSN(*it))

Completed in 154 milliseconds