Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCachedNode.cpp164 int candidateRight = unitRight > testLeft ? unitLeft : testLeft; in fixUpCursorRects() local
167 candidateLeft + OVERLAP >= candidateRight) { in fixUpCursorRects()
171 candidateRight = unitRight < testRight ? unitRight : testRight; in fixUpCursorRects()
173 candidateLeft + OVERLAP >= candidateRight) in fixUpCursorRects()
179 candidateRight - candidateLeft, candidateBottom - candidateTop); in fixUpCursorRects()
196 candidateRight > checkBoundsPtr->maxX()) in fixUpCursorRects()
199 candidateRight <= checkBoundsPtr->maxX()) in fixUpCursorRects()
200 candidateRight = checkBoundsPtr->x(); in fixUpCursorRects()
206 candidateRight - candidateLeft, candidateBottom - candidateTop); in fixUpCursorRects()