Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedFrame.cpp81 int testBottom = bestRect.bottom(); in CheckBetween() local
82 if (bottom < testBottom) in CheckBetween()
83 bottom = testBottom; in CheckBetween()
1221 int testBottom = mNodeBounds.bottom(); in setLeftDirection() local
1223 testBottom - navBounds.y()); in setLeftDirection()
1237 setNavInclusion(navBounds.y() - testY, testBottom - navBounds.bottom()); in setLeftDirection()
1245 setWorkingOverlap(testBottom - testY, maxH - testY, testBottom - minH); in setLeftDirection()
1246 setWorkingInclusion(minH - testY, testBottom - maxH); in setLeftDirection()
1261 int testBottom = mNodeBounds.bottom(); in setRightDirection() local
1263 testBottom - navBounds.y()); in setRightDirection()
[all …]
DCachedNode.cpp156 int testBottom = testBoundsPtr->bottom(); in fixUpCursorRects() local
160 int candidateBottom = unitBottom < testBottom ? unitBottom : testBottom; in fixUpCursorRects()
166 candidateTop = unitBottom < testTop ? unitBottom : testBottom; in fixUpCursorRects()
DCachedRoot.cpp1054 int testBottom = mScrolledBounds.bottom(); in innerUp() local
1063 if (testBottom > navBottom && navBottom > (scrollTop = mScrolledBounds.y())) in innerUp()