rectForPoint 177 Source/core/rendering/EllipsisBox.cpp if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) { rectForPoint 41 Source/core/rendering/HitTestLocation.cpp , m_boundingBox(rectForPoint(point, 0, 0, 0, 0)) rectForPoint 51 Source/core/rendering/HitTestLocation.cpp , m_boundingBox(rectForPoint(m_point, 0, 0, 0, 0)) rectForPoint 71 Source/core/rendering/HitTestLocation.cpp , m_boundingBox(rectForPoint(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding)) rectForPoint 65 Source/core/rendering/HitTestLocation.h static IntRect rectForPoint(const LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding); rectForPoint 1465 Source/core/testing/Internals.cpp if (!request.ignoreClipping() && !frameView->visibleContentRect().intersects(HitTestLocation::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding)))