Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCachedNode.cpp152 int unitRight = unitBoundsPtr->maxX(); in fixUpCursorRects() local
163 int candidateLeft = unitRight < testLeft ? unitRight : testRight; in fixUpCursorRects()
164 int candidateRight = unitRight > testLeft ? unitLeft : testLeft; in fixUpCursorRects()
171 candidateRight = unitRight < testRight ? unitRight : testRight; in fixUpCursorRects()