Home | History | Annotate | Download | only in nav

Lines Matching defs:bestRect

51 bool CachedFrame::CheckBetween(Direction direction, const WebCore::IntRect& bestRect,
56 top = direction == UP ? bestRect.bottom() : prior.bottom();
57 int bottom = direction == UP ? prior.y() : bestRect.y();
62 int testLeft = bestRect.x();
66 int testRight = bestRect.right();
71 left = direction == LEFT ? bestRect.right() : prior.right();
72 int right = direction == LEFT ? prior.x() : bestRect.x();
77 int testTop = bestRect.y();
81 int testBottom = bestRect.bottom();
92 const WebCore::IntRect& bestRect = best->bounds();
101 if (CheckBetween(check, bestRect,