Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCachedNode.cpp159 int testLeft = testBoundsPtr->x(); in fixUpCursorRects() local
163 int candidateLeft = unitRight < testLeft ? unitRight : testRight; in fixUpCursorRects()
164 int candidateRight = unitRight > testLeft ? unitLeft : testLeft; in fixUpCursorRects()
170 candidateLeft = unitLeft > testLeft ? unitLeft : testLeft; in fixUpCursorRects()
DCachedFrame.cpp79 int testLeft = bestRect.x(); in CheckBetween() local
80 if (left > testLeft) in CheckBetween()
81 left = testLeft; in CheckBetween()
DCachedRoot.cpp1413 int testLeft = mScrolledBounds.x(); in innerRight() local
1422 if (testLeft < navLeft && navLeft < (scrollRight = mScrolledBounds.maxX())) { in innerRight()