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

  /external/chromium_org/components/autofill/core/browser/
validation.h 46 bool IsValidZip(const base::string16& text);
validation.cc 144 bool IsValidZip(const base::string16& text) {
autofill_profile.cc 404 return country == "US" && !autofill::IsValidZip(data);

Completed in 42 milliseconds