Searched refs:html_type (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_type.h23 HtmlFieldType html_type() const { return html_type_; } function in class:autofill::AutofillType
H A Dautofill_field.h36 HtmlFieldType html_type() const { return html_type_; } function in class:autofill::AutofillField
H A Daddress.cc143 if (type.html_type() == HTML_TYPE_COUNTRY_CODE)
156 if (type.html_type() == HTML_TYPE_COUNTRY_CODE) {
164 } else if (type.html_type() == HTML_TYPE_FULL_ADDRESS) {
H A Dform_structure_unittest.cc388 EXPECT_EQ(HTML_TYPE_GIVEN_NAME, form_structure->field(0)->html_type());
389 EXPECT_EQ(HTML_TYPE_FAMILY_NAME, form_structure->field(1)->html_type());
390 EXPECT_EQ(HTML_TYPE_EMAIL, form_structure->field(2)->html_type());
428 EXPECT_EQ(HTML_TYPE_TEL_LOCAL, form_structure->field(0)->html_type());
430 EXPECT_EQ(HTML_TYPE_TEL_LOCAL_PREFIX, form_structure->field(1)->html_type());
433 EXPECT_EQ(HTML_TYPE_TEL_LOCAL_SUFFIX, form_structure->field(2)->html_type());
H A Dautofill_profile.cc322 if (type.html_type() == HTML_TYPE_FULL_ADDRESS) {
H A Dform_structure.cc1163 if (field->html_type() != type)
/external/chromium_org/tools/grit/grit/tool/
H A Drc2grd.py153 self.html_type = 'tr_html'
169 self.html_type = val
293 node, id, self.html_type, fname, self.html_encoding))
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_address.cc332 if (type.html_type() == HTML_TYPE_COUNTRY_CODE) {
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc278 if (type.html_type() != HTML_TYPE_UNKNOWN && type.group() == CREDIT_CARD) {
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc181 if (!info.empty() && type.html_type() == HTML_TYPE_COUNTRY_CODE) {
761 if (type.html_type() != HTML_TYPE_UNKNOWN && type.group() == CREDIT_CARD) {

Completed in 2634 milliseconds