HomeSort by relevance Sort by last modified time
    Searched defs:is_autofilled (Results 1 - 2 of 2) sorted by null

  /external/chromium/webkit/glue/
form_field.h 35 bool is_autofilled);
54 bool is_autofilled; member in struct:webkit_glue::FormField
  /external/chromium_org/components/autofill/core/common/
form_field_data.h 24 // |is_autofilled|.
38 bool is_autofilled; member in struct:autofill::FormFieldData
71 EXPECT_EQ(expected.is_autofilled, actual.is_autofilled); \

Completed in 179 milliseconds