Home | History | Annotate | Download | only in rendering

Lines Matching defs:boundsRect

1276     IntRect boundsRect = IntRect(tx, ty, width(), height());
1277 if (visibleToHitTesting() && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
1279 if (!result.addNodeToRectBasedTestResult(node(), xPos, yPos, boundsRect))