Searched defs:findClosest (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
H A DCachedFrame.cpp125 findClosest(&test, direction, check, &clip);
550 void CachedFrame::findClosest(BestData* bestData, Direction originalDirection, function in class:android::CachedFrame
560 child->findClosest(bestData, originalDirection, direction, clip);
H A DCachedRoot.cpp1028 WebCore::IntPoint* scrollPtr, bool findClosest)
1036 if (newNode != NULL && findClosest) {
1040 if (findClosest && maskIfHidden(best)) {
1347 bool findClosest = false; local
1354 findClosest = innerLeft(node, bestData);
1360 findClosest = innerRight(node, bestData);
1366 findClosest = innerUp(node, bestData);
1372 findClosest = innerDown(node, bestData);
1382 if (adjustForScroll(bestData, direction, scroll, findClosest))
1027 adjustForScroll(BestData* best, CachedFrame::Direction direction, WebCore::IntPoint* scrollPtr, bool findClosest) argument

Completed in 2163 milliseconds