Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCachedNode.cpp150 int unitBottom = unitBoundsPtr->maxY(); in fixUpCursorRects() local
162 int candidateBottom = unitBottom < testBottom ? unitBottom : testBottom; in fixUpCursorRects()
168 candidateTop = unitBottom < testTop ? unitBottom : testBottom; in fixUpCursorRects()
169 candidateBottom = unitBottom > testTop ? unitTop : testTop; in fixUpCursorRects()