/external/chromium/webkit/glue/ |
form_field.cc | 43 form_control_type = element.formControlType(); 44 if (form_control_type == ASCIIToUTF16("text")) { 49 } else if (form_control_type == ASCIIToUTF16("select-one")) { 69 const string16& form_control_type, 75 form_control_type(form_control_type), 88 form_control_type == field.form_control_type && 100 form_control_type == field.form_control_type & [all...] |
form_field.h | 33 const string16& form_control_type, 52 string16 form_control_type; member in struct:webkit_glue::FormField
|
/external/chromium_org/components/autofill/core/browser/ |
address_field_unittest.cc | 50 field.form_control_type = "text"; 68 field.form_control_type = "text"; 86 field.form_control_type = "text"; 104 field.form_control_type = "text"; 129 field.form_control_type = "text"; 160 field.form_control_type = "text"; 178 field.form_control_type = "text"; 196 field.form_control_type = "text"; 214 field.form_control_type = "text"; 239 field.form_control_type = "text" [all...] |
name_field_unittest.cc | 36 field.form_control_type = "text"; 67 field.form_control_type = "text"; 98 field.form_control_type = "text"; 122 field.form_control_type = "text"; 146 field.form_control_type = "text"; 177 field.form_control_type = "text"; 201 field.form_control_type = "text"; 232 field.form_control_type = "text"; 263 field.form_control_type = "text"; 282 field.form_control_type = "text" [all...] |
autofill_download_unittest.cc | 134 field.form_control_type = "text"; 139 field.form_control_type = "text"; 144 field.form_control_type = "text"; 149 field.form_control_type = "text"; 154 field.form_control_type = "text"; 159 field.form_control_type = "password"; 164 field.form_control_type = "submit"; 175 field.form_control_type = "text"; 180 field.form_control_type = "text"; 185 field.form_control_type = "text" [all...] |
credit_card_field_unittest.cc | 49 field.form_control_type = "text"; 66 field.form_control_type = "text"; 79 field.form_control_type = "text"; 111 field.form_control_type = "text"; 165 field.form_control_type = "text"; 204 field.form_control_type = "text"; 243 field.form_control_type = "text"; 275 field.form_control_type = "text"; 307 field.form_control_type = "text";
|
autocomplete_history_manager.cc | 35 field.form_control_type == "text" || 36 field.form_control_type == "search" || 37 field.form_control_type == "tel" || 38 field.form_control_type == "url" || 39 field.form_control_type == "email";
|
form_structure_unittest.cc | 74 field.form_control_type = "text"; 79 field.form_control_type = "password"; 84 field.form_control_type = "submit"; 89 field.form_control_type = "text"; 111 field.form_control_type = "text"; 116 field.form_control_type = "password"; 121 field.form_control_type = "select-one"; 126 field.form_control_type = "submit"; 137 field.form_control_type = "text"; 180 field.form_control_type = "text" [all...] |
phone_field_unittest.cc | 49 field.form_control_type = "text"; 66 field.form_control_type = "text"; 95 field.form_control_type = "text"; 139 field.form_control_type = "text"; 170 field.form_control_type = "text"; 206 field.form_control_type = "text";
|
autofill_field_unittest.cc | 54 ASSERT_EQ(std::string(), field.form_control_type); 64 field.form_control_type = "text";
|
form_field.cc | 100 if ((match_type & MATCH_TEXT) && IsTextField(field->form_control_type)) 103 if ((match_type & MATCH_EMAIL) && IsEmailField(field->form_control_type)) 107 IsTelephoneField(field->form_control_type)) { 111 if ((match_type & MATCH_SELECT) && IsSelectField(field->form_control_type))
|
autocomplete_history_manager_unittest.cc | 134 valid_cc.form_control_type = "text"; 157 invalid_cc.form_control_type = "text"; 177 ssn.form_control_type = "text"; 198 search_field.form_control_type = "search";
|
autofill_field.cc | 98 std::string field_string = field_name + "&" + form_control_type;
|
credit_card_field.cc | 97 if (LowerCaseEqualsASCII(scanner->Cursor()->form_control_type, "month")) { 175 credit_card_field->expiration_month_->form_control_type,
|
credit_card_unittest.cc | 373 field.form_control_type = "select-one"; 395 field.form_control_type = "select-one"; 417 field.form_control_type = "select-one"; 438 field.form_control_type = "select-one"; 459 field.form_control_type = "select-one"; 481 field.form_control_type = "select-one";
|
/external/chromium_org/components/autofill/core/common/ |
form_field_data.cc | 30 form_control_type == field.form_control_type && 54 << field.form_control_type
|
form_field_data.h | 32 std::string form_control_type; member in struct:autofill::FormFieldData 58 EXPECT_EQ(expected.form_control_type, actual.form_control_type); \
|
password_form_fill_data.cc | 48 password_field.form_control_type = "password";
|
/external/chromium/chrome/browser/autofill/ |
select_control_handler_unittest.cc | 22 field.form_control_type = ASCIIToUTF16("select-one"); 41 field.form_control_type = ASCIIToUTF16("select-one"); 60 field.form_control_type = ASCIIToUTF16("select-one"); 78 field.form_control_type = ASCIIToUTF16("select-one"); 96 field.form_control_type = ASCIIToUTF16("select-one"); 114 field.form_control_type = ASCIIToUTF16("select-one"); 132 field.form_control_type = ASCIIToUTF16("select-one"); 150 field.form_control_type = ASCIIToUTF16("select-one");
|
autofill_field_unittest.cc | 49 ASSERT_EQ(string16(), field.form_control_type); 59 field.form_control_type = ASCIIToUTF16("Text");
|
autofill_field.cc | 67 std::string type = UTF16ToUTF8(form_control_type);
|
credit_card_field.cc | 126 if ((*q) && LowerCaseEqualsASCII((*q)->form_control_type, "month")) { 195 credit_card_field->expiration_month_->form_control_type,
|
/external/chromium_org/chrome/renderer/autofill/ |
autofill_renderer_browsertest.cc | 60 expected.form_control_type = "text"; 66 expected.form_control_type = "text"; 72 expected.form_control_type = "text"; 80 expected.form_control_type = "select-one"; 116 expected.form_control_type = "text"; 122 expected.form_control_type = "text"; 128 expected.form_control_type = "select-one"; 183 expected.form_control_type = "text";
|
form_autofill_browsertest.cc | 119 expected.form_control_type = control_types[i]; 185 expected.form_control_type = "text"; 257 expected.form_control_type = "text"; 288 expected.form_control_type = "text"; 310 expected.form_control_type = "text"; 331 expected.form_control_type = "text"; 355 expected.form_control_type = "checkbox"; 367 expected.form_control_type = "radio"; 392 expected.form_control_type = "select-one"; 439 expected.form_control_type = "hidden" 496 const std::string form_control_type; member in struct:autofill::TestCase [all...] |
/external/chromium/chrome/common/ |
autofill_messages.h | 22 IPC_STRUCT_TRAITS_MEMBER(form_control_type)
|