Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedRoot.cpp685 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()
DCachedRoot.h50 bool findClosest);
DSelectText.cpp1078 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()
DCachedFrame.h204 void findClosest(BestData* , Direction original, Direction test,
DCachedFrame.cpp108 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()