Home | History | Annotate | Download | only in nav

Lines Matching refs:mHistory

694         if (best->bounds().intersects(mHistory->mPriorBounds) == false &&
803 const WebCore::IntRect& bounds = mHistory->mNavBounds;
872 const WebCore::IntRect& mouseBounds = mHistory->mMouseBounds;
880 const WebCore::IntRect& navBounds = mHistory->mNavBounds;
881 DBG_NAV_LOGD("mHistory->mNavBounds={%d,%d,%d,%d} "
882 "mHistory->mMouseBounds={%d,%d,%d,%d} point={%d,%d}",
893 mHistory = history;
906 const WebCore::IntRect& navBounds = mHistory->mNavBounds;
932 const WebCore::IntRect& navBounds = mHistory->mNavBounds;
953 DBG_NAV_LOGD("mHistory->didFirstLayout()=%s && mCursorIndex=%d",
954 mHistory->didFirstLayout() ? "true" : "false", mCursorIndex);
955 if (mHistory->didFirstLayout() && mCursorIndex < CURSOR_SET) {
956 mHistory->reset();
961 mHistory->setWorking(direction, cursorFrame, cursor, mViewBounds);
967 mHistory->mNavBounds = WebCore::IntRect(mViewBounds.right(),
973 mHistory->mNavBounds = WebCore::IntRect(mViewBounds.x() - 1,
979 mHistory->mNavBounds = WebCore::IntRect(mViewBounds.x(),
985 mHistory->mNavBounds = WebCore::IntRect(mViewBounds.x(),
995 mHistory->mPriorBounds = mHistory->mNavBounds; // bounds always advances, even if new node is ultimately NULL
1000 mHistory->addToVisited(bestData->mNode, direction);
1001 mHistory->mNavBounds = bestData->bounds();
1002 mHistory->mMouseBounds = bestData->mouseBounds();
1004 WebCore::IntRect newBounds = mHistory->mNavBounds;
1009 offsetX = mViewBounds.x() - mHistory->mNavBounds.x();
1011 offsetX = mViewBounds.right() - mHistory->mNavBounds.right();
1013 offsetY = mViewBounds.y() - mHistory->mNavBounds.y();
1015 offsetY = mViewBounds.bottom() - mHistory->mNavBounds.bottom();
1016 mHistory->mNavBounds.move(offsetX, offsetY);
1018 mHistory->setDidFirstLayout(false);
1030 const WebCore::IntRect& navBounds = mHistory->mNavBounds;
1056 const WebCore::IntRect& navBounds = mHistory->mNavBounds;
1471 b->mHistory->mDebug.print(b);