Home
last modified time | relevance | path

Searched refs:MATCH_TELEPHONE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dform_field.h44 MATCH_TELEPHONE = 1 << 5, enumerator
48 MATCH_TEXT | MATCH_EMAIL | MATCH_TELEPHONE | MATCH_SELECT |
Dform_field.cc180 if ((match_type & MATCH_TELEPHONE) && type == "tel") in MatchesFormControlType()
Dphone_field.cc140 MATCH_DEFAULT | MATCH_TELEPHONE, in Parse()