Home | History | Annotate | Download | only in rendering

Lines Matching refs:top

122             // even in strict mode, so do not make this a quirk.  Affected the top
195 int top = max(borderHalfTop(true), outlineSize);
199 top = max(top, before->borderHalfTop(true));
205 top = max(top, after->borderHalfTop(true));
209 if (top) {
222 top = max(top, -topVisibleOverflow());
223 IntRect r(-left, - top, left + max(width() + right, rightVisibleOverflow()), top + max(height() + bottom, bottomVisibleOverflow()));
454 // For border top, we need to check, in order of precedence:
455 // (1) Our top border.
466 // (3) Our row's top border.
489 // (5) Our row group's top border.
504 // (8) Our column and column group's top borders.
517 // (9) The table's top border.
528 // For border top, we need to check, in order of precedence:
534 // (2) A following cell's top border.
545 // (4) The next row's top border.
560 // (6) Following row group's top border.
615 return (border.width() + (outer ? 0 : 1)) / 2; // Give the extra pixel to top and left.
631 return (border.width() + (outer ? 0 : 1)) / 2; // Give the extra pixel to top and left.
804 // precedence paint on top of borders with lower precedence.
846 // on top of the borders otherwise. This only matters for cells and rows.