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

  /external/chromium/chrome/browser/autofill/
form_structure.h 84 bool ShouldBeParsed(bool require_method_post) const;
form_structure.cc 125 bool autofillable = ShouldBeParsed(true);
302 return ShouldBeParsed(require_method_post);
315 bool FormStructure::ShouldBeParsed(bool require_method_post) const {
autofill_manager.cc 328 if (!submitted_form.ShouldBeParsed(true))
    [all...]
  /external/chromium_org/components/autofill/core/browser/
form_structure.h 112 bool ShouldBeParsed(bool require_method_post) const;
form_structure_unittest.cc 249 TEST(FormStructureTest, ShouldBeParsed) {
274 EXPECT_FALSE(form_structure->ShouldBeParsed(true));
279 EXPECT_TRUE(form_structure->ShouldBeParsed(true));
293 EXPECT_TRUE(form_structure->ShouldBeParsed(true));
300 EXPECT_TRUE(form_structure->ShouldBeParsed(false));
306 EXPECT_FALSE(form_structure->ShouldBeParsed(true));
311 EXPECT_TRUE(form_structure->ShouldBeParsed(true));
333 EXPECT_TRUE(form_structure->ShouldBeParsed(true));
338 EXPECT_FALSE(form_structure->ShouldBeParsed(true));
342 EXPECT_TRUE(form_structure->ShouldBeParsed(true))
    [all...]
autofill_manager.cc 269 if (!submitted_form->ShouldBeParsed(true))
    [all...]
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 129 milliseconds