Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Dform_field.h46 MATCH_TEXT_AREA = 1 << 7, enumerator
49 MATCH_TEXT_AREA,
Daddress_field.cc150 !ParseFieldSpecifics(scanner, pattern, MATCH_DEFAULT | MATCH_TEXT_AREA, in ParseAddressLines()
153 MATCH_LABEL | MATCH_TEXT_AREA, in ParseAddressLines()
Dform_field.cc186 if ((match_type & MATCH_TEXT_AREA) && type == "textarea") in MatchesFormControlType()