HomeSort by relevance Sort by last modified time
    Searched full:html_type (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/autofill/core/browser/
address.cc 108 if (type.html_type() == HTML_TYPE_COUNTRY_CODE) {
110 } else if (type.html_type() == HTML_TYPE_STREET_ADDRESS) {
127 if (type.html_type() == HTML_TYPE_COUNTRY_CODE) {
135 } else if (type.html_type() == HTML_TYPE_STREET_ADDRESS) {
autofill_type.h 23 HtmlFieldType html_type() const { return html_type_; } function in class:autofill::AutofillType
autofill_field.h 36 HtmlFieldType html_type() const { return html_type_; } function in class:autofill::AutofillField
form_structure_unittest.cc 445 EXPECT_EQ(HTML_TYPE_GIVEN_NAME, form_structure->field(0)->html_type());
446 EXPECT_EQ(HTML_TYPE_FAMILY_NAME, form_structure->field(1)->html_type());
447 EXPECT_EQ(HTML_TYPE_EMAIL, form_structure->field(2)->html_type());
486 EXPECT_EQ(HTML_TYPE_TEL_LOCAL, form_structure->field(0)->html_type());
488 EXPECT_EQ(HTML_TYPE_TEL_LOCAL_PREFIX, form_structure->field(1)->html_type());
491 EXPECT_EQ(HTML_TYPE_TEL_LOCAL_SUFFIX, form_structure->field(2)->html_type());
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc 267 if (type.html_type() == HTML_TYPE_COUNTRY_CODE) {
270 } else if (type.html_type() == HTML_TYPE_STREET_ADDRESS) {
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 153 self.html_type = 'tr_html'
169 self.html_type = val
293 node, id, self.html_type, fname, self.html_encoding))
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 146 HtmlFieldType original_type = field->html_type();

Completed in 125 milliseconds