Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Dautofill_type.h19 AutofillType(HtmlFieldType field_type, HtmlFieldMode mode);
24 HtmlFieldType html_type() const { return html_type_; } in html_type()
54 HtmlFieldType html_type_;
Dautofill_field.h36 HtmlFieldType html_type() const { return html_type_; } in html_type()
48 void SetHtmlType(HtmlFieldType type, HtmlFieldMode mode);
91 HtmlFieldType html_type_;
Dfield_types.h143 enum HtmlFieldType { enum
Dform_structure.cc166 HtmlFieldType field_type) { in ContactTypeHintMatchesFieldType()
190 HtmlFieldType FieldTypeFromAutocompleteAttributeValue( in FieldTypeFromAutocompleteAttributeValue()
1094 HtmlFieldType field_type = in ParseFieldTypesFromAutocompleteAttributes()
Dautofill_type.cc24 AutofillType::AutofillType(HtmlFieldType field_type, HtmlFieldMode mode) in AutofillType()
Dautofill_field.cc354 void AutofillField::SetHtmlType(HtmlFieldType type, HtmlFieldMode mode) { in SetHtmlType()