Searched refs:has_author_specified_types_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.h253 bool has_author_specified_types_; member in class:autofill::FormStructure
H A Dform_structure.cc355 has_author_specified_types_(false) {
392 ParseFieldTypesFromAutocompleteAttributes(&has_author_specified_types_,
395 if (!has_author_specified_types_) {
413 if (has_author_specified_types_) {
709 return !has_author_specified_types_ && ShouldBeParsed();

Completed in 113 milliseconds