Home | History | Annotate | Download | only in rendering

Lines Matching full:right

194     int right = max(borderHalfRight(true), outlineSize);
197 if ((left && !rtl) || (right && rtl)) {
203 if ((left && rtl) || (right && !rtl)) {
212 right = max(right, above->borderHalfRight(true));
218 right = max(right, below->borderHalfRight(true));
223 IntRect r(-left, - top, left + max(width() + right, rightVisibleOverflow()), top + max(height() + bottom, bottomVisibleOverflow()));
333 // (2) The right border of the cell to the left.
366 // (6) The right border of the column to the left.
395 // For border right, we need to check, in order of precedence:
396 // (1) Our right border.
399 // (2) The left border of the cell to the right.
408 // (3) Our row's right border.
413 // (4) Our row group's right border.
419 // (5) Our column and column group's right borders.
434 // (6) The left border of the column to the right.
443 // (7) The table's right border.