Searched refs:cellAfter (Results 1 – 4 of 4) sorted by relevance
202 ASSERT_UNUSED(cell, table()->cellAfter(cell) == this); in borderAdjoiningCellBefore()217 return !table()->cellAfter(this) || !table()->cellBefore(this); in isFirstOrLastCellInRow()
341 if (RenderTableCell* after = table()->cellAfter(this)) { in clippedOverflowRectForPaintInvalidation()616 if (RenderTableCell* cellAfter = table->cellAfter(this)) { in computeCollapsedEndBorder() local617 …terAdjoiningBorder = CollapsedBorderValue(cellAfter->borderAdjoiningCellBefore(this), includeColor… in computeCollapsedEndBorder()
239 RenderTableCell* cellAfter(const RenderTableCell*) const;
1223 RenderTableCell* RenderTable::cellAfter(const RenderTableCell* cell) const in cellAfter() function in blink::RenderTable