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

/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.cc1090 const std::string kDefaultSection = "-default"; local
1106 field->set_section(kDefaultSection);
1159 DCHECK_EQ(kDefaultSection, field->section());
1187 if (section != kDefaultSection) {

Completed in 81 milliseconds