HomeSort by relevance Sort by last modified time
    Searched full:candidatetop (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/android/nav/
CachedNode.cpp 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,
    [all...]

Completed in 344 milliseconds