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

  /external/chromium_org/components/autofill/core/browser/
form_field.h 44 MATCH_TELEPHONE = 1 << 5,
48 MATCH_TEXT | MATCH_EMAIL | MATCH_TELEPHONE | MATCH_SELECT |
form_field.cc 180 if ((match_type & MATCH_TELEPHONE) && type == "tel")
phone_field.cc 140 MATCH_DEFAULT | MATCH_TELEPHONE,

Completed in 154 milliseconds