Lines Matching full:candidatetop
161 int candidateTop = unitTop > testTop ? unitTop : testTop;
166 if (candidateTop + OVERLAP >= candidateBottom ||
168 candidateTop = unitBottom < testTop ? unitBottom : testBottom;
172 if (candidateTop + OVERLAP >= candidateBottom ||
178 WebCore::IntRect candidate = WebCore::IntRect(candidateLeft, candidateTop,
179 candidateRight - candidateLeft, candidateBottom - candidateTop);
186 if (candidateTop >= checkBoundsPtr->y() &&
188 candidateTop = checkBoundsPtr->maxY();
189 else if (candidateTop < checkBoundsPtr->y() &&
205 candidate = WebCore::IntRect(candidateLeft, candidateTop,
206 candidateRight - candidateLeft, candidateBottom - candidateTop);