Home | History | Annotate | Download | only in nav

Lines Matching refs:best

684 bool CachedRoot::adjustForScroll(BestData* best, CachedFrame::Direction direction,
688 const CachedNode* newNode = best->mNode;
694 if (best->bounds().intersects(mHistory->mPriorBounds) == false &&
695 checkBetween(best, direction))
696 newNode = best->mNode;
697 if (findClosest && maskIfHidden(best)) {
698 innerMove(document(), best, direction, scrollPtr, false);
701 newOutset = newNode->cursorRingBounds(best->mFrame);
706 (best->mNavOutside && best->mWorkingOutside)))
780 int best = INT_MAX;
785 const CachedNode* node = findBestAt(rect, &best, &inside, &directHit,
1083 bool CachedRoot::maskIfHidden(BestData* best) const
1085 const CachedNode* bestNode = best->mNode;
1088 const CachedFrame* frame = best->mFrame;
1143 CachedNode* node = const_cast<CachedNode*>(best->mNode);
1199 best->setMouseBounds(WebCore::IntRect(bounds.x() + base.fLeft - kMargin,
1201 node->clip(best->mouseBounds());