Home | History | Annotate | Download | only in rendering

Lines Matching full:nextcell

475         RenderTableCell* nextCell = table->cellAfter(this);
476 if (nextCell && nextCell->style()) {
477 CollapsedBorderValue startBorder = CollapsedBorderValue(&nextCell->style()->borderStart(), nextCell->style()->visitedDependentColor(start), BCELL);
616 RenderTableCell* nextCell = table->cellBelow(this);
617 if (nextCell) {
619 result = chooseBorder(result, CollapsedBorderValue(&nextCell->style()->borderBefore(), nextCell->style()->visitedDependentColor(before), BCELL));
630 if (nextCell) {
631 result = chooseBorder(result, CollapsedBorderValue(&nextCell->parent()->style()->borderBefore(), nextCell->parent()->style()->visitedDependentColor(before), BROW));