Home | History | Annotate | Download | only in dom

Lines Matching refs:nodesFromRect

1096 // * making it receive a rect as parameter, i.e. nodesFromRect(x, y, w, h);
1098 // i.e. nodesFromRect
1099 PassRefPtr<NodeList> Document::nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const
1124 // Passing a zero padding will trigger a rect hit test, however for the purposes of nodesFromRect,