Searched refs:IsAutofillable (Results 1 – 4 of 4) sorted by relevance
121 TEST(FormStructureTest, IsAutofillable) { in TEST() argument147 EXPECT_FALSE(form_structure->IsAutofillable(true)); in TEST()164 EXPECT_FALSE(form_structure->IsAutofillable(true)); in TEST()175 EXPECT_TRUE(form_structure->IsAutofillable(true)); in TEST()182 EXPECT_FALSE(form_structure->IsAutofillable(true)); in TEST()183 EXPECT_TRUE(form_structure->IsAutofillable(false)); in TEST()190 EXPECT_FALSE(form_structure->IsAutofillable(true)); in TEST()196 EXPECT_TRUE(form_structure->IsAutofillable(true)); in TEST()260 EXPECT_TRUE(form_structure->IsAutofillable(true)); in TEST()364 EXPECT_TRUE(form_structure->IsAutofillable(true)); in TEST()[all …]
73 bool IsAutofillable(bool require_method_post) const;
343 if (!submitted_form.IsAutofillable(true)) in OnFormSubmitted()386 form_structure->IsAutofillable(false)) { in OnQueryFormFieldAutofill()408 if (!form_structure->IsAutofillable(true)) in OnQueryFormFieldAutofill()
298 bool FormStructure::IsAutofillable(bool require_method_post) const { in IsAutofillable() function in FormStructure