Home | History | Annotate | Download | only in dom

Lines Matching refs:IgnoreClipping

1109 PassRefPtr<NodeList> Document::nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const
1126 // When ignoreClipping is false, this method returns null for coordinates outside of the viewport.
1127 if (ignoreClipping)
1128 type |= HitTestRequest::IgnoreClipping;