Home | History | Annotate | Download | only in dom

Lines Matching refs:rightPadding

1102 PassRefPtr<NodeList> Document::nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const
1122 else if (!frameView->visibleContentRect().intersects(HitTestResult::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding)))
1129 if (!topPadding && !rightPadding && !bottomPadding && !leftPadding) {
1134 HitTestResult result(point, topPadding, rightPadding, bottomPadding, leftPadding);