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

  /external/chromium/chrome/browser/autofill/
form_structure.cc 125 bool autofillable = ShouldBeParsed(true);
302 return ShouldBeParsed(require_method_post);
315 bool FormStructure::ShouldBeParsed(bool require_method_post) const {
  /external/chromium_org/components/autofill/core/browser/
form_structure.cc 712 return ShouldBeParsed(require_method_post);
725 bool FormStructure::ShouldBeParsed(bool require_method_post) const {
752 return (!has_author_specified_types_ && ShouldBeParsed(true)) ||
    [all...]

Completed in 83 milliseconds