Searched defs:isHovered (Results 1 – 5 of 5) sorted by relevance
46 bool isHovered(const Node* node) { return hasFlags(node, IsHoveredFlag); } in isHovered() function
285 bool WebAXObject::isHovered() const in isHovered() function in blink::WebAXObject
736 bool RenderTheme::isHovered(const RenderObject* o) const in isHovered() function in blink::RenderTheme
500 bool AXNodeObject::isHovered() const in isHovered() function in blink::AXNodeObject
368 virtual bool isHovered() const { return false; } in isHovered() function