Searched refs:setWorkingOverlap (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKit/android/nav/ |
D | CachedFrame.cpp | 1205 setWorkingOverlap(testRight - testX, maxV - testX, testRight - minV); in setDownDirection() 1245 setWorkingOverlap(testBottom - testY, maxH - testY, testBottom - minH); in setLeftDirection() 1285 setWorkingOverlap(testBottom - testY, testBottom - minH, maxH - testY); in setRightDirection() 1325 setWorkingOverlap(testRight - testX, testRight - minV, maxV - testX); in setUpDirection() 1359 void CachedFrame::BestData::setWorkingOverlap(int span, int left, int right) in setWorkingOverlap() function in android::CachedFrame::BestData
|
D | CachedFrame.h | 188 void setWorkingOverlap(int span, int left, int right);
|