Home | History | Annotate | Download | only in nav

Lines Matching refs:nodeBounds

1096     const WebCore::IntRect& nodeBounds = bestNode->bounds(frame);
1097 WebCore::IntRect bounds = nodeBounds;
1099 int leftMargin = bounds.x() == nodeBounds.x() ? kMargin : 0;
1100 int topMargin = bounds.y() == nodeBounds.y() ? kMargin : 0;
1101 int rightMargin = bounds.right() == nodeBounds.right() ? kMargin : 0;
1102 int bottomMargin = bounds.bottom() == nodeBounds.bottom() ? kMargin : 0;
1104 WebCore::IntRect marginBounds = nodeBounds;
1162 const WebCore::IntRect& b = nodeBounds;
1164 " mScrolledBounds={%d,%d,%d,%d} nodeBounds={%d,%d,%d,%d}",