Home | History | Annotate | Download | only in rendering

Lines Matching refs:table

93     RenderTableCol* tableCol = table()->colElement(col());
108 // The child cells rely on the grids up in the sections to do their calcPrefWidths work. Normally the sections are set up early, as table
111 table()->recalcSectionsIfNeeded();
184 // If the table grid is dirty, we cannot get reliable information about adjoining cells,
186 // the table is going to recalculate the grid, relayout and repaint its current rect, which
188 if (!table()->collapseBorders() || table()->needsSectionRecalc())
191 bool rtl = table()->style()->direction() == RTL;
198 if (RenderTableCell* before = table()->cellBefore(this)) {
204 if (RenderTableCell* after = table()->cellAfter(this)) {
210 if (RenderTableCell* above = table()->cellAbove(this)) {
216 if (RenderTableCell* below = table()->cellBelow(this)) {
251 // the first in-flow line box in the cell, or the first in-flow table-row in the cell, whichever comes first. If there
252 // is no such line box or table-row, the baseline is the bottom of content edge of the cell box.
286 // which wins over a row group, column, column group and, lastly, table. It is undefined which color
320 RenderTable* tableElt = table();
375 // (7) The table's left border.
386 RenderTable* tableElt = table();
443 // (7) The table's right border.
458 RenderTableCell* prevCell = table()->cellAbove(this);
495 currSection = table()->sectionAbove(currSection);
505 RenderTableCol* colElt = table()->colElement(col());
517 // (9) The table's top border.
518 result = compareBorders(result, CollapsedBorderValue(&table()->style()->borderTop(), BTABLE));
532 RenderTableCell* nextCell = table()->cellBelow(this);
561 currSection = table()->sectionBelow(currSection);
571 RenderTableCol* colElt = table()->colElement(col());
582 // (9) The table's bottom border.
583 result = compareBorders(result, CollapsedBorderValue(&table()->style()->borderBottom(), BTABLE));
593 return table()->collapseBorders() ? borderHalfLeft(false) : RenderBlock::borderLeft();
598 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlock::borderRight();
603 return table()->collapseBorders() ? borderHalfTop(false) : RenderBlock::borderTop();
608 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom();
613 CollapsedBorderValue border = collapsedLeftBorder(table()->style()->direction() == RTL);
621 CollapsedBorderValue border = collapsedRightBorder(table()->style()->direction() == RTL);
652 if (ty - table()->outerBorderTop() < paintInfo.rect.bottom() + os &&
653 ty + height() + table()->outerBorderBottom() > paintInfo.rect.y() - os)
733 bool rtl = table()->style()->direction() == RTL;
773 if (!table()->currentBorderStyle())
776 bool rtl = table()->style()->direction() == RTL;
812 if (border->borderValue == *table()->currentBorderStyle())
829 RenderTable* tableElt = table();
865 RenderTable* tableElt = table();
891 RenderTable* tableElt = table();