Searched refs:IsWebNodeVisible (Results 1 – 4 of 4) sorted by relevance
75 bool IsWebNodeVisible(const blink::WebNode& node);
355 if (only_visible && !IsWebNodeVisible(form)) in SendPasswordForms()
676 bool IsWebNodeVisible(const blink::WebNode& node) { in IsWebNodeVisible() function
645 EXPECT_TRUE(IsWebNodeVisible(forms1[0])); in TEST_F()651 EXPECT_FALSE(IsWebNodeVisible(forms2[0])); in TEST_F()657 EXPECT_FALSE(IsWebNodeVisible(forms3[0])); in TEST_F()