Lines Matching refs:top
54 int left, top, width, height;
56 top = direction == UP ? bestRect.bottom() : prior.bottom();
58 height = bottom - top;
76 top = prior.y();
78 if (top > testTop)
79 top = testTop;
84 height = bottom - top;
86 *result = WebCore::IntRect(left, top, width, height);
552 // seems like distance for UP for instance needs to be 'test top closest to