Searched refs:isHovered (Results 1 – 16 of 16) sorted by relevance
59 EXPECT_FALSE([[menu_button_ cell] isHovered]);65 EXPECT_TRUE([[menu_button_ cell] isHovered]);72 EXPECT_TRUE([[menu_button_ cell] isHovered]);78 EXPECT_FALSE([[menu_button_ cell] isHovered]);84 EXPECT_FALSE([[menu_button_ cell] isHovered]);
25 @property(assign, nonatomic, getter=isHovered) BOOL hovered;
45 if ([self isHovered] && [self hoverImage])
46 bool isHovered(const Node* node) { return hasFlags(node, IsHoveredFlag); } in isHovered() function
2695 return document().userActionElements().isHovered(this); in isUserActionElementHovered()
423 else if (isHovered(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartHovered(o)) in determineState()445 else if (isHovered(o)) in determineSliderThumbState()469 else if (isHovered(o)) in determineClassicState()479 else if (isHovered(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartHovered(o)) in determineClassicState()
312 bool isHovered(const RenderObject*) const;
84 if (theme->isHovered(o)) in getWebFallbackThemeState()716 if (isHovered(o)) { in controlStatesForRenderer()813 bool RenderTheme::isHovered(const RenderObject* o) const in isHovered() function in WebCore::RenderTheme
72 if (theme->isHovered(o)) in getWebThemeState()
109 BLINK_EXPORT bool isHovered() const;
112 virtual bool isHovered() const OVERRIDE;
363 virtual bool isHovered() const { return false; } in isHovered() function
489 bool AXNodeObject::isHovered() const in isHovered() function in WebCore::AXNodeObject
289 bool WebAXObject::isHovered() const in isHovered() function in blink::WebAXObject294 return m_private->isHovered(); in isHovered()
254 if (o.isHovered()) in ConvertState()
76 if (o.isHovered()) in ConvertState()