Home | History | Annotate | Download | only in nav

Lines Matching refs:slop

376                 && mPartial.fRight + SLOP >= rect.fLeft
402 touch coordinates, given some slop */
410 if (!mBounds.isEmpty() && (mPartial.fTop > mBounds.fBottom + SLOP
411 || mPartial.fBottom < mBounds.fTop - SLOP)) {
443 static const int SLOP = 30; // space between text parts and lines
534 touch coordinates, given some slop */
836 const int slop = 1;
837 WebCore::IntRect rect = WebCore::IntRect(x - slop, y - slop,
838 slop * 2, slop * 2);