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

  /external/chromium_org/components/autofill/core/browser/
form_structure.h 248 bool has_author_specified_types_; member in class:autofill::FormStructure
form_structure.cc 336 has_author_specified_types_(false),
385 ParseFieldTypesFromAutocompleteAttributes(&has_author_specified_types_,
388 if (!has_author_specified_types_) {
406 if (has_author_specified_types_) {
752 return (!has_author_specified_types_ && ShouldBeParsed(true)) ||
    [all...]

Completed in 737 milliseconds