Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/form_parsing/
H A Dform_field.cc251 int match_field_types = match_type & ~0b11; in ParseFieldSpecifics() local
254 match_field_types, match, logging); in ParseFieldSpecifics()
334 int match_field_types = match_type & ~0b11; in MatchAndAdvance() local
337 match_field_types, match, logging); in MatchAndAdvance()
384 int match_field_types = match_type & ~0b11; in Match() local
386 return Match(field, pattern, match_field_attributes, match_field_types, in Match()