Home | History | Annotate | Download | only in nav

Lines Matching defs:newBounds

1389         WebCore::IntRect newBounds = mHistory->mNavBounds;
1392 newBounds.move(offsetX, offsetY);
1393 if (mViewBounds.x() > newBounds.x())
1395 else if (mViewBounds.maxX() < newBounds.maxX())
1397 if (mViewBounds.y() > newBounds.y())
1399 else if (mViewBounds.maxY() < newBounds.maxY())