HomeSort by relevance Sort by last modified time
    Searched refs:findClosest (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/android/nav/
SelectText.h 45 static SkIRect findClosest(const SkPicture& , const SkIRect& area,
CachedRoot.h 50 bool findClosest);
CachedRoot.cpp 685 WebCore::IntPoint* scrollPtr, bool findClosest)
693 if (newNode != NULL && findClosest) {
697 if (findClosest && maskIfHidden(best)) {
    [all...]
SelectText.cpp 356 SkIRect CopyPaste::findClosest(const SkPicture& picture, const SkIRect& area,
472 m_selEnd = CopyPaste::findClosest(*picture, m_visibleRect, x, y);
CachedFrame.h 204 void findClosest(BestData* , Direction original, Direction test,
CachedFrame.cpp 108 findClosest(&test, direction, check, &clip);
513 void CachedFrame::findClosest(BestData* bestData, Direction originalDirection,
523 child->findClosest(bestData, originalDirection, direction, clip);
    [all...]

Completed in 182 milliseconds