Searched refs:visibleToHitTesting (Results 1 – 12 of 12) sorted by relevance
196 if (renderer() && renderer()->visibleToHitTesting()) { in defaultEventHandler()404 if (renderer() && renderer()->visibleToHitTesting()) { in defaultEventHandler()417 if (m_capturing && renderer() && renderer()->visibleToHitTesting()) { in defaultEventHandler()
119 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(x, y))) { in nodeAtPoint()
558 if (currInline->visibleToHitTesting() && currInline->node()) in addNodeToRectBasedTestResult()589 if (currInline->visibleToHitTesting() && currInline->node()) in addNodeToRectBasedTestResult()
299 …bool visibleToHitTesting() const { return renderer()->style()->visibility() == VISIBLE && renderer… in visibleToHitTesting() function
194 if (hasEllipsisBox() && visibleToHitTesting()) { in nodeAtPoint()
759 …bool visibleToHitTesting() const { return style()->visibility() == VISIBLE && style()->pointerEven… in visibleToHitTesting() function
1277 …if (visibleToHitTesting() && (action == HitTestBlockBackground || action == HitTestChildBlockBackg… in nodeAtPoint()
355 …if (m_truncation != cFullTruncation && visibleToHitTesting() && rect.intersects(result.rectForPoin… in nodeAtPoint()
940 if (visibleToHitTesting() && rect.intersects(result.rectForPoint(x, y))) { in nodeAtPoint()
774 …if (visibleToHitTesting() && action == HitTestForeground && boundsRect.intersects(result.rectForPo… in nodeAtPoint()
4012 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(_x, _y))) { in nodeAtPoint()
39374 (WebCore::InlineBox::visibleToHitTesting):58299 (WebCore::InlineBox::visibleToHitTesting):58313 (WebCore::RenderObject::visibleToHitTesting):