Searched refs:FormWithElementIsAutofilled (Results 1 – 3 of 3) sorted by relevance
153 bool FormWithElementIsAutofilled(const blink::WebInputElement& element);
1090 bool FormWithElementIsAutofilled(const WebInputElement& element) { in FormWithElementIsAutofilled() function
3039 EXPECT_FALSE(FormWithElementIsAutofilled(firstname)); in TEST_F()3044 EXPECT_TRUE(FormWithElementIsAutofilled(firstname)); in TEST_F()