Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_field.cc98 if ((GroupTypeOfHtmlFieldType(html_type_, html_mode_) == PHONE_BILLING || in ComputedType()
99 GroupTypeOfHtmlFieldType(html_type_, html_mode_) == PHONE_HOME) && in ComputedType()
H A Dautofill_type.h20 FieldTypeGroup GroupTypeOfHtmlFieldType(HtmlFieldType field_type,
H A Dautofill_type.cc138 FieldTypeGroup GroupTypeOfHtmlFieldType(HtmlFieldType field_type, in GroupTypeOfHtmlFieldType() function
228 result = GroupTypeOfHtmlFieldType(html_type_, html_mode_); in group()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_field.cc99 if ((GroupTypeOfHtmlFieldType(html_type_, html_mode_) == PHONE_BILLING || in ComputedType()
100 GroupTypeOfHtmlFieldType(html_type_, html_mode_) == PHONE_HOME) && in ComputedType()
H A Dautofill_type.h20 FieldTypeGroup GroupTypeOfHtmlFieldType(HtmlFieldType field_type,
H A Dautofill_type.cc149 FieldTypeGroup GroupTypeOfHtmlFieldType(HtmlFieldType field_type, in GroupTypeOfHtmlFieldType() function
243 result = GroupTypeOfHtmlFieldType(html_type_, html_mode_); in group()