Searched refs:findClosest (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKit/android/nav/ |
D | CachedRoot.cpp | 685 WebCore::IntPoint* scrollPtr, bool findClosest) in adjustForScroll() argument 693 if (newNode != NULL && findClosest) { in adjustForScroll() 697 if (findClosest && maskIfHidden(best)) { in adjustForScroll() 962 bool findClosest = false; in innerMove() local 969 findClosest = innerLeft(node, bestData); in innerMove() 975 findClosest = innerRight(node, bestData); in innerMove() 981 findClosest = innerUp(node, bestData); in innerMove() 987 findClosest = innerDown(node, bestData); in innerMove() 997 if (adjustForScroll(bestData, direction, scroll, findClosest)) in innerMove()
|
D | CachedRoot.h | 50 bool findClosest);
|
D | SelectText.cpp | 1078 static SkIRect findClosest(FirstCheck& _check, const SkPicture& picture, in findClosest() function 1097 SkIRect closest = findClosest(center, picture, area, &closestBase); in findEdge() 1374 m_selStart = m_selEnd = findClosest(center, *picture, clipRect, &base); in extendSelection() 1391 SkIRect found = findClosest(extension, *picture, clipRect, &base); in extendSelection() 1483 SkIRect found = findClosest(center, *picture, clipRect, &base); in moveSelection()
|
D | CachedFrame.h | 204 void findClosest(BestData* , Direction original, Direction test,
|
D | CachedFrame.cpp | 108 findClosest(&test, direction, check, &clip); in checkBetween() 513 void CachedFrame::findClosest(BestData* bestData, Direction originalDirection, in findClosest() function in android::CachedFrame 523 child->findClosest(bestData, originalDirection, direction, clip); in findClosest()
|