Home | History | Annotate | Download | only in nav

Lines Matching refs:kMargin

117 #define kMargin 16
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;
1105 marginBounds.inflate(kMargin);
1170 kMargin - bounds.x(), kMargin - bounds.y());
1199 best->setMouseBounds(WebCore::IntRect(bounds.x() + base.fLeft - kMargin,
1200 bounds.y() + base.fTop - kMargin, base.width(), base.height()));