Searched defs:is_autofilled (Results 1 - 3 of 3) sorted by relevance

/external/chromium/webkit/glue/
H A Dform_field.h35 bool is_autofilled);
54 bool is_autofilled; member in struct:webkit_glue::FormField
H A Dform_field.cc28 is_autofilled(false) {
36 is_autofilled(false) {
48 is_autofilled = input_element.isAutofilled();
71 bool is_autofilled)
77 is_autofilled(is_autofilled) {
66 FormField(const string16& label, const string16& name, const string16& value, const string16& form_control_type, int max_length, bool is_autofilled) argument
/external/chromium_org/components/autofill/core/common/
H A Dform_field_data.h21 // |is_autofilled|.
35 bool is_autofilled; member in struct:autofill::FormFieldData
61 EXPECT_EQ(expected.is_autofilled, actual.is_autofilled); \

Completed in 68 milliseconds