Searched refs:IsWebElementEmpty (Results 1 – 2 of 2) sorted by relevance
168 bool IsWebElementEmpty(const blink::WebElement& element);
1113 return IsWebElementEmpty(document.head()) && in IsWebpageEmpty()1114 IsWebElementEmpty(document.body()); in IsWebpageEmpty()1117 bool IsWebElementEmpty(const blink::WebElement& element) { in IsWebElementEmpty() function