Searched refs:cellBefore (Results 1 – 5 of 5) sorted by relevance
209 ASSERT_UNUSED(cell, table()->cellBefore(cell) == this); in borderAdjoiningCellAfter()217 return !table()->cellAfter(this) || !table()->cellBefore(this); in isFirstOrLastCellInRow()
338 if (RenderTableCell* before = table()->cellBefore(this)) { in clippedOverflowRectForPaintInvalidation()524 RenderTableCell* cellBefore = table->cellBefore(this); in computeCollapsedStartBorder() local525 if (cellBefore) { in computeCollapsedStartBorder()526 …oreAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), includeColor… in computeCollapsedStartBorder()572 if (cellBefore) { in computeCollapsedStartBorder()
238 RenderTableCell* cellBefore(const RenderTableCell*) const;
1299 RenderTableCell* RenderTable::cellBefore(const RenderTableCell* cell) const in cellBefore() function in WebCore::RenderTable
855 return t && (t->cellBefore(rc) || t->cellAbove(rc)); in shouldEmitTabBeforeNode()