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

/external/chromium_org/components/autofill/core/browser/
H A Dform_structure_unittest.cc543 std::set<std::string> section_names; local
545 section_names.insert(form_structure.field(i)->section());
547 EXPECT_EQ(9U, section_names.size());
586 std::set<std::string> section_names; local
588 section_names.insert(form_structure.field(i)->section());
590 EXPECT_EQ(1U, section_names.size());
615 std::set<std::string> section_names; local
617 section_names.insert(form_structure.field(i)->section());
619 EXPECT_EQ(1U, section_names.size());

Completed in 98 milliseconds