Lines Matching refs:field

55   const char* const autofill_value;  // The value being used to fill the field.
194 FormFieldData field;
198 &field,
208 // Verify field's initial value.
210 SCOPED_TRACE(base::StringPrintf("Verify initial value for field %s",
220 // Fill the form_data for the field.
222 // Set the is_autofilled property for the field.
235 // Validate an Autofilled field.
238 SCOPED_TRACE(base::StringPrintf("Verify autofilled value for field %s",
291 // We should be able to extract a normal text field.
319 // We should be able to extract a text field with autocomplete="off".
341 // We should be able to extract a text field with maxlength specified.
362 // We should be able to extract a text field that has been autofilled.
384 // We should be able to extract a radio or a checkbox field that has been
421 // We should be able to extract a <select> field.
467 // When faced with <select> field with *many* options, we should trim them to a
490 // We should be able to extract a <textarea> field.
520 // We should be able to extract an <input type="month"> field.
645 // 'x-autocompletetype' attribute. Now that the field type hints are part
835 FormFieldData field;
841 &field));
914 FormFieldData field;
920 &field));
1274 FormFieldData field;
1277 &field,
1293 EXPECT_FORM_FIELD_DATA_EQUALS(expected, field);
1330 EXPECT_FORM_FIELD_DATA_EQUALS(expected, field);
1368 FormFieldData field;
1371 &field,
1407 EXPECT_FORM_FIELD_DATA_EQUALS(expected, field);
1441 EXPECT_FORM_FIELD_DATA_EQUALS(expected, field);
1623 // label element and apply it to the following input field.
2474 FormFieldData field;
2477 &field,
2574 FormFieldData field;
2577 &field,
2655 FormFieldData field;
2658 &field,
2745 FormFieldData field;
2748 &field,
2943 // This test re-creates the experience of typing in a field then selecting a
2944 // profile from the Autofill suggestions popup. The field that is being typed
2966 // Simulate typing by modifying the field value.
2971 FormFieldData field;
2974 &field,