Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedFrame.cpp1203 int maxV = history->maxWorkingVertical(); in setDownDirection() local
1205 setWorkingOverlap(testRight - testX, maxV - testX, testRight - minV); in setDownDirection()
1206 setWorkingInclusion(testRight - maxV, minV - testX); in setDownDirection()
1323 int maxV = history->maxWorkingVertical(); in setUpDirection() local
1325 setWorkingOverlap(testRight - testX, testRight - minV, maxV - testX); in setUpDirection()
1326 setWorkingInclusion(minV - testX, testRight - maxV); in setUpDirection()