Home
last modified time | relevance | path

Searched refs:candidateTop (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedNode.cpp159 int candidateTop = unitTop > testTop ? unitTop : testTop; in fixUpCursorRects() local
164 if (candidateTop + OVERLAP >= candidateBottom || in fixUpCursorRects()
166 candidateTop = unitBottom < testTop ? unitBottom : testBottom; in fixUpCursorRects()
170 if (candidateTop + OVERLAP >= candidateBottom || in fixUpCursorRects()
176 WebCore::IntRect candidate = WebCore::IntRect(candidateLeft, candidateTop, in fixUpCursorRects()
177 candidateRight - candidateLeft, candidateBottom - candidateTop); in fixUpCursorRects()
184 if (candidateTop >= checkBoundsPtr->y() && in fixUpCursorRects()
186 candidateTop = checkBoundsPtr->bottom(); in fixUpCursorRects()
187 else if (candidateTop < checkBoundsPtr->y() && in fixUpCursorRects()
203 candidate = WebCore::IntRect(candidateLeft, candidateTop, in fixUpCursorRects()
[all …]