Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Dform_structure.cc706 bool has_text_field = false; in ShouldBeParsed() local
708 it != end() && !has_text_field; ++it) { in ShouldBeParsed()
709 has_text_field |= (*it)->form_control_type != "select-one"; in ShouldBeParsed()
711 if (!has_text_field) in ShouldBeParsed()